IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 23 and Version 24 of Replication_Issues


Ignore:
Timestamp:
Aug 1, 2011, 3:22:04 PM (15 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Replication_Issues

    v23 v24  
    2828Replicate_Wild_Ignore_Table:
    2929                 Last_Errno: 0
    30                  Last_Error: 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.
     30                 Last_Error: Could not parse relay log event entry. The possible reasons are: the master's binary
     31 log is corrupted (you can check this by running 'mysqlbinlog' on the binary log), the slave's relay log is
     32corrupted (you can check this by running 'mysqlbinlog' on the relay log), a network problem, or a bug in the
     33master's or slave's MySQL code. If you want to check the master's binary log or slave's relay log, you will be
     34able to know their names by issuing 'SHOW SLAVE STATUS' on this slave.
    3135               Skip_Counter: 1
    3236        Exec_Master_Log_Pos: 24123745
     
    4246             Master_SSL_Key:
    4347      Seconds_Behind_Master: NULL
     48}}}
     49
     50The relay log was corrupted (I ran: 'mysqlbinlog mysqld-relay-bin.000005 > /dev/null' and saw an error message lloking like:
     51{{{
     52ERROR: Error in Log_event::read_log_event(): 'read error', data_len: 0, event_type: 0
     53Could not read entry at offset <some value>:Error in log format or read error
    4454}}}
    4555