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

Error connecting to MariaDB (binlog_row_image could not be queried) #7404

Closed
coquej opened this issue Oct 27, 2021 · 6 comments · Fixed by #8335
Closed

Error connecting to MariaDB (binlog_row_image could not be queried) #7404

coquej opened this issue Oct 27, 2021 · 6 comments · Fixed by #8335
Assignees
Labels
area/connectors Connector related issues community lang/java type/bug Something isn't working

Comments

@coquej
Copy link

coquej commented Oct 27, 2021

Enviroment

  • Airbyte version: example is 0.29.0-alpha
  • OS Version / Instance: Windows
  • Deployment: Docker
  • Source Connector and version:MySQL 0.3.8
  • Severity: High
  • Step where error happened: Setup new connection

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?

@coquej coquej added the type/bug Something isn't working label Oct 27, 2021
@freesmith
Copy link

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?

@coquej
Copy link
Author

coquej commented Nov 16, 2021

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?

@sherifnada
Copy link
Contributor

@coquej will look into it and come back soon with an answer!

@mkhokh-33 mkhokh-33 self-assigned this Nov 26, 2021
@mkhokh-33
Copy link
Contributor

hi @freesmith , @coquej
Could I ask for more information from your side:

  1. which replication method did you choose for a source STANDARD or CDC
  2. if possible, pls provide MariaDB version

Thanks

@freesmith
Copy link

freesmith commented Nov 29, 2021

Hi,

  1. Standard replication
  2. 5.5.60 is our MariaDB server version
    Thanks!

@coquej
Copy link
Author

coquej commented Nov 30, 2021

Hi, my case is exacty the same as @freesmith. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues community lang/java type/bug Something isn't working
Projects
No open projects
Archived in project
5 participants