forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Reviewed-by: Rechenburg, Matthias <matthias.rechenburg@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
3.3 KiB
3.3 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 operations in Establishing Secure TCP/IP Connections in SSL Mode.
- 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, psycopg2, or PyGreSQL driver to connect to the cluster.
Parent topic: Cluster Connection