You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/tutorials/connect/connect-to-databendcloud-dbeaver.md
+24-14Lines changed: 24 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,38 +5,48 @@ sidebar_label: 'Connecting to Databend Cloud (DBeaver)'
5
5
import StepsWrap from '@site/src/components/StepsWrap';
6
6
import StepContent from '@site/src/components/Steps/step-content';
7
7
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.
9
9
10
10
<StepsWrap>
11
11
<StepContentnumber="1">
12
12
13
13
### Before You Start
14
14
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.
17
16
18
17
</StepContent>
19
18
<StepContentnumber="2">
20
19
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:
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.
2. In the **Main** tab, enter the **Host**, **Port**, **Username**, and **Password** based on the connection information obtained in the previous step.
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:
38
48
39
-
3. Click **Test Connection** to check if the connection is successful.
0 commit comments