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?