fena coder
fena coder

Reputation: 217

Can't Connect ClickHouse With JDBC Driver Using DBeaver

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?

Upvotes: 0

Views: 6141

Answers (1)

fena coder
fena coder

Reputation: 217

My DBeaver version was old, I updated my version and its solved.

Upvotes: 0

Related Questions