Data Studio is a SQL client tool running on the Windows operating system. It provides various GUIs for you to manage databases and database objects, as well as edit, run, and debug SQL scripts, and view execution plans. Download the Data Studio software package from the GaussDB(DWS) management console. The package can be used without installation after being decompressed.
Data Studio versions include Windows x86 (32-bit Windows system) and Windows x64 (64-bit Windows system).
For details, see "Security > Security Group > Adding a Security Group Rule" in the Virtual Private Cloud User Guide.
Only JDK 1.8 is supported.
In the Windows operating system, you can download the required JDK version from the official website of SDK, and install it by following the installation guidance.
If clusters of different versions are available, you will download the Data Studio matching the earliest cluster version after clicking Download. If there is no cluster, you will download the Data Studio tool of the earliest version after clicking Download. GaussDB(DWS) clusters are compatible with earlier versions of Data Studio.
If your computer blocks the running of the application, you can unlock the Data Studio.exe file to start the application.
Field |
Description |
Example Value |
---|---|---|
Database Type |
Select GaussDB A |
GaussDB A |
Connection Name |
Name of the connection |
dws-demo |
Host |
IP address (IPv4) or domain name of the cluster to be connected |
- |
Port Number |
Database port |
8000 |
Database Name |
Database name |
gaussdb |
Username |
Username for connecting to the database |
- |
Password |
Password for logging in to the database to be connected |
- |
Save Password |
Select an option from the drop-down list:
|
- |
Enable SSL |
If Enable SSL is selected, the client can use SSL to encrypt connections. The SSL connection mode is more secure than common modes, so you are advised to enable SSL connection. |
- |
When Enable SSL is selected, download the SSL certificate and decompress it by referring to (Optional) Downloading the SSL Certificate. Click the SSL tab and configure the following parameters:
Field |
Description |
---|---|
Client SSL Certificate |
Select the sslcert\client.crt file in the decompressed SSL certificate directory. |
Client SSL Key |
Only the PK8 format is supported. Select the sslcert\client.key.pk8 file in the directory where the SSL certificate is decompressed. |
Root Certificate |
When SSL Mode is set to verify-ca, the root certificate must be configured. Select the sslcert\cacert.pem file in the decompressed SSL certificate directory. |
SSL Cipher |
Set the password for the client SSL key in PK8 format. |
SSL Mode |
GaussDB(DWS) supports the following SSL modes:
GaussDB(DWS) does not support the verify-full mode. |
If SSL is enabled, click Continue in the displayed Connection Security Alert dialog box.
After the login is successful, the RECENT LOGIN ACTIVITY dialog box is displayed, indicating that Data Studio is connected to the database. You can run the SQL statement in the window on the Data Studio page.
For details about how to use other functions of Data Studio, press F1 to view the Data Studio user manual.