Slave SQL: Relay log read failure: Could not parse relay log event entry. The possible reasons are: the master’s binary log is corrupted (you can check this by running ‘mysqlbinlog’ on the binary log), the slave’s relay log is corrupted (you can check this by running ‘mysqlbinlog’ on the relay log), a network problem, or a bug in the master’s or slave’s MySQL code. If you want to check the master’s binary log or slave’s relay log, you will be able to know their names by issuing ‘SHOW SLAVE STATUS’ on this slave. Internal MariaDB error code: 1594
这里是说读取Relay日志时失败,解析不了Relay日志里的时间记录。可能的原因是:
- 主数据库的二进制文件毁坏了(可以通过mysqlbinlog命令检查bin日志);
- 从数据库的Relay日志文件损坏(也可以使用mysqlbinlog命令检查这个日志);
- 网络问题;
- 主从数