-
Which is the log in which data changes received from a replication master server are written?
-
- general query log
- relay log
- error log
- binary log
- None of these
Correct Option: B
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.