InterviewSolution
Saved Bookmarks
| 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 log |
|
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. |
|