QuestionQ113
Backup and RecoveryExamine this excerpt from the binary log file named binlog.000036:

The rental table was accidentally dropped, and you must restore the table.
You have restored the most recent backup, which corresponds to the beginning of the binlog.000036 binary log. Which command will complete the recovery?
- A mysqlbinlog --stop-position=500324 binlog.000036 | mysql
- B mysqlbinlog --stop-datetime='2019-ll-20 14:55:18' binlog.000036 | mysql
- C mysqlbinlog --stop-position=5004S3 binlog.000036 | mysql
- D mysqlbinlog --stop-datetime='2019-ll-20 14:55:16' binlog.000036 | mysql
Community Discussion