Olivier AGUDO PEREZ
09/15/2022, 9:04 AMio.debezium.DebeziumException: Unexpected error while connecting to MySQL and looking at BINLOG_FORMAT mode:
It seems the error appears when Debezium perform the request SHOW GLOBAL VARIABLES LIKE 'binlog_format'
against the MySQL database, I tried to run the request with the same user and there was no problem, value ROW
is returned. I have Airbyte 0.40.6 and mysql connector version 0.6.12 (also tested with 0.6.11)