Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Not able to open the binary log files using mysqlbinlog utility. #25

Open
pranags opened this issue Mar 15, 2020 · 2 comments
Open

Not able to open the binary log files using mysqlbinlog utility. #25

pranags opened this issue Mar 15, 2020 · 2 comments

Comments

@pranags
Copy link

pranags commented Mar 15, 2020

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!

@pivanof
Copy link
Contributor

pivanof commented Mar 16, 2020

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...

@pranags
Copy link
Author

pranags commented Mar 16, 2020

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants