Home » MYSQL » MySQL Database Operations » Question
  1. Which is the log in which data changes received from a replication master server are written?
    1. general query log
    2. relay log
    3. error log
    4. binary log
    5. 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.



Your comments will be displayed only after manual approval.