Q. Which program converts binary log files to statements in text form?
β
Correct Answer: (D)
mysqlbinlog
Explanation: This question is about a tool used in MySQL to understand what happened in the database. MySQL keeps a record of changes made to the database in binary format, kind of like a secret code. This record is called a "binary log file".