When trying to connect to ClickHouse with MySQL driver version 0.2.0, I am getting the following error:
adbc_driver_manager.OperationalError: IO: [MySQL] failed to ping database: Error 115 (HY000): Code: 115. DB::Exception: Setting time_zone is neither a builtin setting nor started with the prefix 'SQL_' registered for user-defined settings. (UNKNOWN_SETTING) (version 25.12.3.21 (official build))
When trying to connect to Databend with MySQL driver version 0.2.0, I am getting the following error:
adbc_driver_manager.InternalError: INTERNAL: [MySQL] failed to ping database: Error 1105 (HY000): UnknownVariable. Code: 2801, Text = Unknown variable: "time_zone".
I am, however, able to connect to both ClickHouse and Databend successfully with MySQL driver version 0.1.0.
When trying to connect to ClickHouse with MySQL driver version
0.2.0, I am getting the following error:When trying to connect to Databend with MySQL driver version
0.2.0, I am getting the following error:I am, however, able to connect to both ClickHouse and Databend successfully with MySQL driver version
0.1.0.