1.

The log in which data changes received from a replication master server are written is _____________(a) error log(b) general query log(c) binary log(d) relay logThe question was posed to me during an interview.The origin of the question is Secure Connections topic in portion Nulls and Conditions and Miscellaneous of MySQL

Answer»

Correct option is (d) relay log

The explanation is: 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’ are written in error log.



Discussion

No Comment Found

Related InterviewSolutions