After a ClickHouse cluster is created, you can use the ClickHouse client to connect to the ClickHouse server. The default username is default.
This section describes how to set ClickHouse username and password after a ClickHouse cluster is successfully created.
default is the default internal user of ClickHouse. It is an administrator user available only in normal mode (kerberos authentication disabled).
cdCluster client installation directory
source bigdata_env
clickhouse client --host IP address of the ClickHouse instance --user default --password xxx
To obtain the service IP address of the ClickHouse instance, choose Components > ClickHouse > Instances on the cluster details page.