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

Explanation: The ‘mysqlbinlog’ PROGRAM is USED to convert the binary log files to statements in text form. This MAKES it EASY to execute. The output from ‘mysqlbinlog’ is used as input to mysql.



Discussion

No Comment Found

Related InterviewSolutions