-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Error connecting to MariaDB (binlog_row_image could not be queried) #7404
Comments
Had the same issue here weeks ago. Couldn't solve it. Is it really necessary to query the binlog_row_image to perform the extraction? Could the source connector avoid this check? |
I see in #7600 this is solved, but after updating the connector this is still happening. Is it possible to avoid the binlog_row_image parameter in any way? |
@coquej will look into it and come back soon with an answer! |
hi @freesmith , @coquej
Thanks |
Hi,
|
Hi, my case is exacty the same as @freesmith. Thanks! |
Enviroment
Current Behavior
Appears error message: "Could not query the variable binlog_row_image".
It seems to be due to the version of the MariaDB database we want to extract info from, but we cannot update the database as we are not the owners of the DB.
Is there a possibility to change anything in the connector to make it work as we cannot update the version of the DB?
The text was updated successfully, but these errors were encountered: