0

I want to connect clickhouse with jdbc driver using DBeaver. My driver settings are:

Driver Name: clickhouse

Class Name: ru.yandex.clickhouse.ClickHouseDriver

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

When I test the connection, it throws me an exception like this:

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

Where I'm wrong?

4

1 回答 1

0

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

于 2017-10-13T12:36:26.387 回答