1.

What is the log in which data changes received from a replication master server are written?(a) error log(b) general query log(c) binary log(d) relay logThis question was posed to me in an interview.Origin of the question is Using Backups for Data Recovery topic in chapter Database Maintenance, Backups and Replication of MySQL

Answer» CORRECT choice is (d) relay log

Explanation: The Relay Log has the data CHANGES received from a replication master server written in it. The PROBLEMS encountered during the starting, RUNNING or STOPPING of ‘mysqld’ is written in error log.


Discussion

No Comment Found

Related InterviewSolutions