按时间点反后台备份的binlog日志从阿里云导出来,然后用mysqlbinlog查看日志内容:

# mysqlbinlog -vv --base64-output=decode-rows mysql-bin.001831 >mysql-bin.001831.txt
把二进制日志转化成为文本

 

相关文章:

  • 2021-05-24
  • 2021-12-22
  • 2022-12-23
  • 2021-05-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-18
  • 2021-10-04
  • 2021-12-18
  • 2021-12-18
  • 2022-12-23
  • 2021-11-19
相关资源
相似解决方案