Mysql binlog View questions

use the following command to view binlog:

show binlog events in "mysql-bin.000039"

what you see is as follows:

clipboard.png

I can directly display the executed binlog statements when I look at the contents of other people"s sql logs on the Internet. Why didn"t mine?
how can I quickly locate the sql statement I want to restore?

Feb.28,2021

show variables like  'binlog_format';

take a look at the corresponding value of binlog_format

refer to binary-log-formats

again.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b363c4-2bfdd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b363c4-2bfdd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?