Skip to content

Commit 0b31ad2

Browse files
committed
updates
1 parent e3a344f commit 0b31ad2

File tree

7 files changed

+25
-15
lines changed

7 files changed

+25
-15
lines changed

docs/en/tutorials/connect/connect-to-databend-dbeaver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_label: "Connecting to Self-Hosted Databend (DBeaver)"
66
import StepsWrap from '@site/src/components/StepsWrap';
77
import StepContent from '@site/src/components/Steps/step-content';
88

9-
In this tutorial, we will guide you through the process of connecting to a self-hosted Databend instance as the user `root`.
9+
In this tutorial, we will guide you through the process of connecting to a self-hosted Databend instance using DBeaver.
1010

1111
<StepsWrap>
1212
<StepContent number="1">

docs/en/tutorials/connect/connect-to-databendcloud-dbeaver.md

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,38 +5,48 @@ sidebar_label: 'Connecting to Databend Cloud (DBeaver)'
55
import StepsWrap from '@site/src/components/StepsWrap';
66
import StepContent from '@site/src/components/Steps/step-content';
77

8-
In this tutorial, we will guide you through the process of connecting to Databend Cloud through the Databend JDBC driver.
8+
In this tutorial, we will guide you through the process of connecting to Databend Cloud using DBeaver.
99

1010
<StepsWrap>
1111
<StepContent number="1">
1212

1313
### Before You Start
1414

15-
- Ensure you have added the Databend JDBC driver to your DBeaver. See [Adding Databend JDBC Driver to DBeaver](/guides/sql-clients/jdbc/#adding-databend-jdbc-driver-to-dbeaver) for detailed instructions.
16-
- Ensure that you already have a Databend Cloud account and can log in successfully.
15+
- Verify that DBeaver 24.3.1 or a later version is installed on your local machine.
1716

1817
</StepContent>
1918
<StepContent number="2">
2019

20+
### Obtain Connection Information
21+
22+
Before creating a connection to Databend Cloud, you need to log in to Databend Cloud to obtain connection information. For more information, see [Connecting to a Warehouse](/guides/cloud/using-databend-cloud/warehouses#connecting). In this tutorial, we will use the following connection information:
23+
24+
![alt text](@site/static/img/connect/dbeaver-connect-info.png)
25+
26+
</StepContent>
27+
<StepContent number="3">
28+
2129
### Create Connection
2230

23-
Before creating a connection to Databend Cloud, you need to log in to Databend Cloud to obtain connection information. For more information, see [Connecting to a Warehouse](/guides/cloud/using-databend-cloud/warehouses#connecting).
31+
1. In DBeaver, go to **Database** > **New Database Connection** to open the connection wizard, then select **Databend** under the **Analytical** category.
32+
33+
![alt text](@site/static/img/connect/dbeaver-analytical.png)
34+
35+
2. In the **Main** tab, enter the **Host**, **Port**, **Username**, and **Password** based on the connection information obtained in the previous step.
36+
37+
![alt text](@site/static/img/connect/dbeaver-main-tab.png)
2438

25-
1. In DBeaver, search for and select `databendcloud` on **Database** > **New Database Connection** first, and then click **Next**.
39+
3. In the **Driver properties** tab, enter the **Warehouse** name based on the connection information obtained in the previous step.
2640

27-
![Alt text](@site/static/img/documents/develop/jdbc-select-driver.png)
41+
![alt text](@site/static/img/connect/dbeaver-driver-properties.png)
2842

29-
2. Configure your connection settings.
43+
4. In the **SSL** tab, select the **Use SSL** checkbox.
3044

31-
| Setting | Value |
32-
|-----------------|-----------------------------------------------------------------------------------------|
33-
| Host | Copy and paste your host address obtained from Databend Cloud, starting with `https://` |
34-
| Password | Copy and paste your password generated from Databend Cloud |
35-
| Database/Schema | For example, `default` |
45+
![alt text](@site/static/img/connect/dbeaver-use-ssl.png)
3646

37-
![Alt text](@site/static/img/documents/develop/jdbc-connect.png)
47+
3. Click **Test Connection** to verify the connection. If this is your first time connecting to Databend, you will be prompted to download the driver. Click **Download** to proceed. Once the download is complete, the test connection should succeed, as shown below:
3848

39-
3. Click **Test Connection** to check if the connection is successful.
49+
![alt text](@site/static/img/connect/dbeaver-cloud-success.png)
4050

4151
</StepContent>
4252
</StepsWrap>
1.63 MB
Loading
151 KB
Loading
2.02 MB
Loading
1.6 MB
Loading
1.81 MB
Loading

0 commit comments

Comments
 (0)