错误信息如下:
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
错误信息如下: 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