Unexpected driver error occurred while connecting to the database when dbeaver is used to connect to the Clickhouse;
First:
The probability is because the Clickhouse configuration file/preprocessed_configs/config.xml file
<listen_host>::</listen_host>
In the annotation state, unlock the annotation.
Second:
In my personal case, I started the clikehouse image with the docker container
Before starting the container:
docker run -d --name ck-server --network=ck_net --ulimit nofile=262144:262144 --volume=$HOME/some_clickhouse_database:/var/lib/clickhouse yandex/clickhouse-server
Replace with:
docker run -d --name ck-server --ulimit nofile=262144:262144 -p 8123:8123 -p 9000:9000 -p 9009:9009 --volume=$HOME/Documents/ck2_database:/var/lib/clickhouse yandex/clickhouse-server
The test connection is successful.
Read More:
- How to Solve ClickHouse Connect Error: Connection refuse
- [Solved] ClickHouse Start Error: Run under ‘sudo -u clickhouse‘
- [Solved] Clickhouse Error: DB::Exception: Cannot lock file /var/lib/clickhouse/status
- How to Solve Clickhouse restart error: Cannot obtain value of path from config file…
- [Solved] waterdrop Import hive to clickhouse Error: Too many partitions for single INSERT block (more than 100).
- Failed to connect to driver at XXXXXXx
- [Solved] Error occurred during connect to primary: exception 3000301: Connection could not be established
- [Solved] Jmeter Connect Database Error: Cannot create PoolableConnectionFactory
- Mybatis Connect Database Error: Error querying database. Cause: java.sql.SQLException: The server time zone value..
- [Solved] Faceswap Error: CRITICAL An unexpected crash has occurred.You MUST provide this file if seeking assistan
- [Solved] An unexpected error has occurred. Conda has prepared the above report.
- [Solved] Unexpected error while saving file: xxx.ipynb database or disk is full
- UnknownHostException error when connecting to Mongo cluster Java
- [Solved] lightdb oracle_fdw Error: ERROR: error connecting to Oracle: OCIEnvCreate failed to create environment handle
- [Solved] Eclipse Connect Hadoop error: /An internal error occurred during: “Map/Reduce location status updater“
- Driver error 11: System 0.500000: CAN 1 : Message with ID = 630 could not be sent. Driver error 11 in TransmitCANFrame
- SpringBoot Access Clickhouse Error: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘jdbcConverter’ defined in class path resource [***.class]
- [Solved] Android Room: Database Common Error ‘missing database’
- Navigator Error An unexpected error occurred on Navigator start-up
- [Solved] Docker: Error response from daemon: driver failed programming external connectivity on endpoint mysq