From 121e17a5cfd593f6990f20bc00143dda4c9aff88 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Wed, 24 Jan 2024 21:33:21 +0800 Subject: [PATCH] develop: update dev-guide-gui-mysql-workbench.md (#16126) (#16287) --- develop/dev-guide-gui-mysql-workbench.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/develop/dev-guide-gui-mysql-workbench.md b/develop/dev-guide-gui-mysql-workbench.md index 411e9ddbf5bb2..e0c6d8afa2c2e 100644 --- a/develop/dev-guide-gui-mysql-workbench.md +++ b/develop/dev-guide-gui-mysql-workbench.md @@ -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)