You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.
Hi - I was using the Ripple from the link : https://lefred.be/content/ripple-binlog-server-for-mysql/
I was able to download all the binlogs by connecting to master. But when I tried to open the binlogs downloaded using the mysqlbinlog utility - I get the error :
ERROR: Error in Log_event::read_log_event(): 'Found invalid event in binary log', data_len: 43, event_type: -106
ERROR: Could not read entry at offset 359: Error in log format or read error.
My master is 5.7.25
binlog_format is MIXED
Async replication.
Any pointers to debug this further ?
Thanks!
The text was updated successfully, but these errors were encountered:
Unfortunately Ripple creates binlog files now that cannot be read with unmodified mysqlbinlog utility (due to its own support for encryption of binlogs). :(
Let me think what would be the best way to make this work...
Hi - I was using the Ripple from the link : https://lefred.be/content/ripple-binlog-server-for-mysql/
I was able to download all the binlogs by connecting to master. But when I tried to open the binlogs downloaded using the mysqlbinlog utility - I get the error :
ERROR: Error in Log_event::read_log_event(): 'Found invalid event in binary log', data_len: 43, event_type: -106
ERROR: Could not read entry at offset 359: Error in log format or read error.
My master is 5.7.25
binlog_format is MIXED
Async replication.
Any pointers to debug this further ?
Thanks!
The text was updated successfully, but these errors were encountered: