Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proxysql MySQL Binlog Reader is not compatible with MySQL 8.4+ #4734

Closed
ParveezBaig opened this issue Oct 28, 2024 · 1 comment
Closed

proxysql MySQL Binlog Reader is not compatible with MySQL 8.4+ #4734

ParveezBaig opened this issue Oct 28, 2024 · 1 comment

Comments

@ParveezBaig
Copy link

proxysql MySQL Binlog Reader fails while initializing for MySQL 8.4+ version. Its because of removal of master/slave terminology commands in MySQL 8.4. SHOW BINARY LOG STATUS shall be used instead of SHOW MASTER STATUS. Ensure that all relevant commands have been updated.

Starting ProxySQL MySQL Binlog
Sucessfully started
Angel process started ProxySQL MySQL Binlog process 11266
2024-10-25 11:12:03 [INFO] proxysql_binlog_reader version 2.1-5-g7f50bd0
2024-10-25 11:12:03 [INFO] Initializing client...
Error in initializing slave: mysql_query() failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'MASTER STATUS' at line 1 : 1064 : [SHOW MASTER STATUS]
2024-10-25 11:12:03 [INFO] Exiting...
Shutdown angel process
@ParveezBaig ParveezBaig reopened this Oct 28, 2024
@ParveezBaig ParveezBaig closed this as not planned Won't fix, can't repro, duplicate, stale Oct 28, 2024
@ParveezBaig
Copy link
Author

Opened the issue at sysown/proxysql_mysqlbinlog#23 as it's related to it. hence closed this

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

No branches or pull requests

1 participant