-
Notifications
You must be signed in to change notification settings - Fork 1k
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
mysql8.0X not support "SHOW BINARY LOG STATUS" #2123
Comments
@osheroff please look into this, I'am also facing this issue. |
Temporary fix without building your own maxwell jar: execute this INSERT command: insert into maxwell.positions(server_id, binlog_file, binlog_position, gtid_set, client_id, heartbeat_at, last_heartbeat_read)
Replace values according to your necessity. Once you execute this command, start the maxwell instance. Thanks. |
problem with the latest release patching shortly. |
fixed in 1.42.1, plz upgrade |
Thank you @osheroff |
错误信息如下:
java.sql.SQLSyntaxErrorException: 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 'LOG STATUS' at line
1
I encountered a minor issue while using Maxwell.
mysql-version:8.0.40
I found the following code after reviewing the source code
I think the code should be changed to the following
https://dev.mysql.com/doc/refman/8.4/en/show-binary-log-status.html
https://dev.mysql.com/doc/refman/8.0/en/show-master-status.html
The text was updated successfully, but these errors were encountered: