Home » MYSQL » MySQL Database Operations » Question
  1. Which statement suspends the replication related activity of the slave server?
    1. STOP SLAVE
    2. RESUME SLAVE
    3. GET SLAVE
    4. START SLAVE
    5. None of these
Correct Option: A

The ‘STOP SLAVE’ and ‘START SLAVE’ statements suspend and resume the replication-related activity of a slave server. These statements are useful for telling the slave to be quiescent.



Your comments will be displayed only after manual approval.