-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Error 1594 ("Relay log read failure: Could not parse relay log event entry. The possible reasons are: the master's binary log is corrupted") can be recovered automatically:
- Get
Relay_Master_Log_FileandExec_Master_Log_Posfrommysql -e 'show slave status\G'. - Stop slave.
- Change master log file and position:
CHANGE MASTER TO MASTER_LOG_FILE=Relay_Master_Log_File, MASTER_LOG_POS=Exec_Master_Log_Pos;. - Start slave.
Metadata
Metadata
Assignees
Labels
No labels