Home » MYSQL » MySQL Database Operations » Question
  1. The slave stores the CHANGE MASTER parameters in the file _____________.
    1. master.info
    2. master.inf
    3. slave.inf
    4. slave.info
    5. None of these
Correct Option: A

The ‘slave’ stores the ‘CHANGE MASTER’ parameters in a file named ‘master.info’ in its data directory in order to record the initial replication status. It updates the file as replication proceeds.



Your comments will be displayed only after manual approval.