无法使用 DBeaver 将 ClickHouse 与 JDBC 驱动程序连接

Can't Connect ClickHouse With JDBC Driver Using DBeaver

我想使用 DBeaver 将 clickhouse 与 jdbc 驱动程序连接起来。我的驱动程序设置是:

Driver Name: clickhouse

Class Name: ru.yandex.clickhouse.ClickHouseDriver

URL Template: jdbc:clickhouse://{host}:{port}

当我测试连接时,它抛出这样的异常:

ru.yandex.clickhouse.except.ClickHouseUnknownException: ClickHouse exception, code: 1002, host: xxx, port: 8123; error while read response Magic is not correct: 112

我哪里错了?

我的DBeaver版本旧,我更新了我的版本并解决了。