Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

develop: mysql workbench rename image name (#16127) #16290

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
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: 3 additions & 3 deletions develop/dev-guide-gui-mysql-workbench.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Connect to your TiDB cluster depending on the TiDB deployment option you have se

5. Launch MySQL Workbench and click **+** near the **MySQL Connections** title.

![MySQL Workbench: add new connection](/media/develop/navicat-add-new-connection.png)
![MySQL Workbench: add new connection](/media/develop/mysql-workbench-add-new-connection.png)

6. In the **Setup New Connection** dialog, configure the following connection parameters:

Expand Down Expand Up @@ -101,7 +101,7 @@ Connect to your TiDB cluster depending on the TiDB deployment option you have se

4. Launch MySQL Workbench and click **+** near the **MySQL Connections** title.

![MySQL Workbench: add new connection](/media/develop/navicat-add-new-connection.png)
![MySQL Workbench: add new connection](/media/develop/mysql-workbench-add-new-connection.png)

5. In the **Setup New Connection** dialog, configure the following connection parameters:

Expand All @@ -126,7 +126,7 @@ Connect to your TiDB cluster depending on the TiDB deployment option you have se

1. Launch MySQL Workbench and click **+** near the **MySQL Connections** title.

![MySQL Workbench: add new connection](/media/develop/navicat-add-new-connection.png)
![MySQL Workbench: add new connection](/media/develop/mysql-workbench-add-new-connection.png)

2. In the **Setup New Connection** dialog, configure the following connection parameters:

Expand Down
Loading