将binlog内容转换为可读:

mysqlbinlog --no-defaults -v --base64-output=decode-rows my_binlog_file_name > binlog.sql

或直接查看

mysqlbinlog  my_binlog_file_name | more

 

相关文章:

  • 2021-04-17
  • 2022-12-23
  • 2022-02-25
  • 2022-12-23
  • 2021-10-28
  • 2021-12-31
  • 2022-12-23
  • 2022-02-22
猜你喜欢
  • 2021-11-13
  • 2021-09-08
  • 2021-11-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案