Skip to content

Commit

Permalink
develop: update dev-guide-gui-mysql-workbench.md (#16126) (#16287)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot committed Jan 24, 2024
1 parent ce222fe commit 121e17a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions develop/dev-guide-gui-mysql-workbench.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ Connect to your TiDB cluster depending on the TiDB deployment option you have se
5. In the **Setup New Connection** dialog, configure the following connection parameters:

- **Connection Name**: give this connection a meaningful name.
- **Hostname**: enter the `host` parameter from the TiDB Cloud connection dialog.
- **Port**: enter the `port` parameter from the TiDB Cloud connection dialog.
- **Username**: enter the `user` parameter from the TiDB Cloud connection dialog.
- **Hostname**: enter the `HOST` parameter from the TiDB Cloud connection dialog.
- **Port**: enter the `PORT` parameter from the TiDB Cloud connection dialog.
- **Username**: enter the `USERNAME` parameter from the TiDB Cloud connection dialog.
- **Password**: click **Store in Keychain ...**, enter the password of the TiDB Dedicated cluster, and then click **OK** to store the password.

![MySQL Workbench: store the password of TiDB Dedicated in keychain](/media/develop/mysql-workbench-store-dedicated-password-in-keychain.png)
Expand Down

0 comments on commit 121e17a

Please sign in to comment.