-
Which program reads statement from a binary log?
-
- mysqldump
- mysqlimport
- mysqlbinlog
- mysql_config
- None of these
Correct Option: C
‘mysqlbinlog’ is a utility program for reading statements from a binary log. The log of executed statements contained in the binary log files can be used to help recover from a crash.