forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2.6 KiB
2.6 KiB
Methods of Connecting to a Cluster
If you have created a GaussDB(DWS) cluster, you can use the SQL client tool or a third-party driver such as JDBC or ODBC to connect to the cluster and access the database in the cluster.
The procedure for connecting to a cluster is as follows:
- Obtaining the Cluster Connection Address
- If SSL encryption is used, perform the following steps:
- Connect to the cluster and access the database in the cluster. You can choose any of the following methods to connect to a cluster:
- Use the SQL client tool to connect to the cluster.
- Use a JDBC or ODBC driver to connect to the cluster.
Parent topic: Cluster Connection