Skip to content

Commit 0c78475

Browse files
authored
Update 00-mysql.md
1 parent fa2c2f5 commit 0c78475

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

docs/doc/11-integrations/30-access-tool/00-mysql.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,10 @@ mysql -h127.0.0.1 -uroot -P3307
2929

3030
There are four built-in accounts in Databend that can be accessed from a local machine without requiring a password. These accounts are immutable and possess the highest level of privileges, meaning their settings cannot be altered or removed. Additionally, it is not possible to change or update their passwords.
3131

32-
33-
- root@localhost
34-
35-
- default@localhost
36-
37-
## Default SQL Dialect
38-
39-
If you have logged into Databend through the MySQL protocol, it is important to note that the default SQL dialect is `PostgreSQL`. If you wish to use `MySQL`, change it by executing the following command:
40-
41-
```sql
42-
set global sql_dialect='MySQL'
43-
```
32+
33+
- `root@localhost`
34+
35+
- `default@localhost`
4436

4537
## Example: Connect from DBeaver
4638

@@ -71,4 +63,4 @@ GRANT ALL ON *.* TO user1;
7163
<img src="https://datafuse-1253727613.cos.ap-hongkong.myqcloud.com/integration/ingegration-dbeaver-connection-2.png" width="500"/>
7264
</p>
7365

74-
4. Click **Test Connection...** to see if the connection works.
66+
4. Click **Test Connection...** to see if the connection works.

0 commit comments

Comments
 (0)