-
Which program converts binary log files to statements in text form?
-
- mysqlbinlog
- mysqlbin
- mysqllog
- mysqldump
- None of these
Correct Option: A
The ‘mysqlbinlog’ program is used to convert the binary log files to statements in text form. This makes them easy to execute. The output from ‘mysqlbinlog’ is used as input to mysql.