Skip to content

Commit e3a344f

Browse files
committed
Update connect-to-databend-dbeaver.md
1 parent ac94bc9 commit e3a344f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ In this tutorial, we will guide you through the process of connecting to a self-
2323

2424
Run the following command in your terminal to launch a Databend instance:
2525

26+
:::note
27+
If no custom values for `QUERY_DEFAULT_USER` or `QUERY_DEFAULT_PASSWORD` are specified when starting the container, a default `root` user will be created with no password.
28+
:::
29+
2630
```bash
2731
docker run -d --name databend \
2832
-p 3307:3307 -p 8000:8000 -p 8124:8124 -p 8900:8900 \

0 commit comments

Comments
 (0)