Tag: relay log read failure 1594
Last_SQL_Errno: 1594, Relay log read failure
So, I got the error in my MySQL Slave something error code like 1594, Relay log read failure: Could not parse relay log event entry. Last_SQL_Errno: 1594Last_SQL_Error: 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’…
MySQL error code 1298, Slave incorrect timezone.
Slave Unknown or incorrect timezone have the error code 1298 in MySQL slave server used mysql_tzinfo_to_sql to load the timezone into MySQL database.