InterviewSolution
Saved Bookmarks
| 1. |
Which program converts binary log files to statements in text form?(a) mysqldump(b) mysqllog(c) mysqlbin(d) mysqlbinlogThis question was posed to me in unit test.My question comes from Using Backups for Data Recovery in chapter Database Maintenance, Backups and Replication of MySQL |
|
Answer» Right option is (d) mysqlbinlog |
|