Skip to content

Commit 3e70c9e

Browse files
fix: dbeaver user docs (#1553)
Co-authored-by: Quan <[email protected]>
1 parent e0893a0 commit 3e70c9e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ In this tutorial, we will guide you through the process of connecting to Databen
2222
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:
2323

2424
![alt text](@site/static/img/connect/dbeaver-connect-info.png)
25+
> **Note**:
26+
> If your `user` or `password` contains special characters, you need to provide them separately in the corresponding fields (e.g., the `Username` and `Password` fields in DBeaver). In this case, Databend will handle the necessary encoding for you. However, if you're providing the credentials together (e.g., as `user:password`), you must ensure that the entire string is properly encoded before use.
2527
2628
</StepContent>
2729
<StepContent number="3">
@@ -34,7 +36,7 @@ Before creating a connection to Databend Cloud, you need to log in to Databend C
3436

3537
2. In the **Main** tab, enter the **Host**, **Port**, **Username**, and **Password** based on the connection information obtained in the previous step.
3638

37-
![alt text](@site/static/img/connect/dbeaver-main-tab.png)
39+
![alt text](@site/static/img/connect/dbeaver-main-tab.png)
3840

3941
3. In the **Driver properties** tab, enter the **Warehouse** name based on the connection information obtained in the previous step.
4042

@@ -49,4 +51,4 @@ Before creating a connection to Databend Cloud, you need to log in to Databend C
4951
![alt text](@site/static/img/connect/dbeaver-cloud-success.png)
5052

5153
</StepContent>
52-
</StepsWrap>
54+
</StepsWrap>

0 commit comments

Comments
 (0)