Skip to content

Commit 51d3962

Browse files
authored
Merge pull request #112073 from ajlam/patch-1
fix MicrosoftDocs/azure-docs#52867
2 parents e0101ed + 14cf46f commit 51d3962

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/mysql/connect-workbench.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ To connect to Azure MySQL Server by using the GUI tool MySQL Workbench:
4040
2. In **Setup New Connection** dialog box, enter the following information on the **Parameters** tab:
4141

4242
![setup new connection](./media/connect-workbench/2-setup-new-connection.png)
43-
44-
| **Setting** | **Suggested value** | **Field description** |
45-
|---|---|---|
46-
| Connection Name | Demo Connection | Specify a label for this connection. |
47-
| Connection Method | Standard (TCP/IP) | Standard (TCP/IP) is sufficient. |
48-
| Hostname | *server name* | Specify the server name value that was used when you created the Azure Database for MySQL earlier. Our example server shown is mydemoserver.mysql.database.azure.com. Use the fully qualified domain name (\*.mysql.database.azure.com) as shown in the example. Follow the steps in the previous section to get the connection information if you do not remember your server name. |
49-
| Port | 3306 | Always use port 3306 when connecting to Azure Database for MySQL. |
50-
| Username | *server admin login name* | Type in the server admin login username supplied when you created the Azure Database for MySQL earlier. Our example username is myadmin@mydemoserver. Follow the steps in the previous section to get the connection information if you do not remember the username. The format is *username\@servername*.
51-
| Password | your password | Click **Store in Vault...** button to save the password. |
43+
44+
| **Setting** | **Suggested value** | **Field description** |
45+
|---|---|---|
46+
| Connection Name | Demo Connection | Specify a label for this connection. |
47+
| Connection Method | Standard (TCP/IP) | Standard (TCP/IP) is sufficient. |
48+
| Hostname | *server name* | Specify the server name value that was used when you created the Azure Database for MySQL earlier. Our example server shown is mydemoserver.mysql.database.azure.com. Use the fully qualified domain name (\*.mysql.database.azure.com) as shown in the example. Follow the steps in the previous section to get the connection information if you do not remember your server name. |
49+
| Port | 3306 | Always use port 3306 when connecting to Azure Database for MySQL. |
50+
| Username | *server admin login name* | Type in the server admin login username supplied when you created the Azure Database for MySQL earlier. Our example username is myadmin@mydemoserver. Follow the steps in the previous section to get the connection information if you do not remember the username. The format is *username\@servername*.
51+
| Password | your password | Click **Store in Vault...** button to save the password. |
5252

5353
3. Click **Test Connection** to test if all parameters are correctly configured.
5454

0 commit comments

Comments
 (0)