Skip to:
As you can see with the test below, clickhouse-client doesn't work by default. If you check the error message, it's trying to connect to IPv6(::1)
With netstat installed(yum -y install net-tools), you can see that clickhouse-server listens to IPv4:
As a workaround, you'll need to remove localhost from the IPv6 or perhaps rename it to ip6-localhost entry in /etc/hosts:
can you add more description. STR and others. Because it'a hard to understand the problem for now (
As you can see with the test below, clickhouse-client doesn't work by default. If you check the error message, it's trying to connect to IPv6(::1)
With netstat installed(yum -y install net-tools), you can see that clickhouse-server listens to IPv4:
As a workaround, you'll need to remove localhost from the IPv6 or perhaps rename it to ip6-localhost entry in /etc/hosts: