1.

The slave stores the CHANGE MASTER parameters in the file _____________(a) slave.info(b) slave.inf(c) master.info(d) master.infI have been asked this question in an interview for internship.My question is based upon Setting Up Replication Servers topic in division Database Maintenance, Backups and Replication of MySQL

Answer»

Right option is (c) MASTER.info

Explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions