1.

What causes a replication master server to delete all the binary log files even if they are still in use?(a) RESET MASTER LOGS(b) FLUSH TABLES(c) RELOAD(d) FLUSH LOGSThis question was posed to me by my school teacher while I was bunking the class.My question is based upon External Security: Preventing Unauthorized Network Access in division Access Control and Security of MySQL

Answer»

The correct choice is (a) RESET MASTER LOGS

Explanation: ‘RESET MASTER LOGS’ causes a replication master server to DELETE all binary log files even if they are in use which REMOVES the information NECESSARY to maintain the replication INTEGRITY.



Discussion

No Comment Found

Related InterviewSolutions