[root@cs Downloads]# mysqlbinlog mysql-bin.001738
ERROR: Error in Log_event::read_log_event(): 'Sanity check failed', data_len: 151, event_type: 35
ERROR: Could not read entry at offset 120: Error in log format or read error.

在默认情况下调用的是系统默认安装的MySQL中的mysqlbinlog,因为这个mysqlbinlog的版本和当前的bin_log的版本不能对应起来,所以不能处理,使用对应的mysqlbinlog工作正常

相关文章:

  • 2021-08-11
  • 2021-10-14
  • 2022-12-23
  • 2021-09-06
猜你喜欢
  • 2021-10-02
  • 2022-12-23
  • 2022-01-31
  • 2021-06-15
  • 2022-12-23
  • 2022-03-12
  • 2022-02-10
相关资源
相似解决方案