按时间点反后台备份的binlog日志从阿里云导出来,然后用mysqlbinlog查看日志内容:
# mysqlbinlog -vv --base64-output=decode-rows mysql-bin.001831 >mysql-bin.001831.txt 把二进制日志转化成为文本