Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/en/tutorials/connect/connect-to-databendcloud-dbeaver.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ In this tutorial, we will guide you through the process of connecting to Databen
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:

![alt text](@site/static/img/connect/dbeaver-connect-info.png)
> **Note**:
> 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How can I provide credentials together like user:password ? The dbeaver UI asks for username n password separately, in which case the user would need to provide them together?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dbeaver can use username and password separately or together, there is a switch


</StepContent>
<StepContent number="3">
Expand All @@ -34,7 +36,7 @@ Before creating a connection to Databend Cloud, you need to log in to Databend C

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

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

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

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

</StepContent>
</StepsWrap>
</StepsWrap>
Loading