Home » MYSQL » MySQL Programs » Question
  1. Which program reads statement from a binary log?
    1. mysqldump
    2. mysqlimport
    3. mysqlbinlog
    4. mysql_config
    5. 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.



Your comments will be displayed only after manual approval.