use the following command to view binlog:
show binlog events in "mysql-bin.000039"
what you see is as follows:
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?