Home » MYSQL » MySQL Database Operations » Question
  1. Which program converts binary log files to statements in text form?
    1. mysqlbinlog
    2. mysqlbin
    3. mysqllog
    4. mysqldump
    5. 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.



Your comments will be displayed only after manual approval.