Skip to content

Commit 82eb3e9

Browse files
committed
fix line 74
1 parent 6d973f3 commit 82eb3e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/mysql/single-server/connect-workbench.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ To connect to Azure MySQL Server by using the GUI tool MySQL Workbench:
7171

7272
1. In the listing of **MySQL Connections**, select the tile corresponding to your server, and then wait for the connection to be established.
7373

74-
A new SQL tab opens with a blank editor where you can type your queries.
74+
A new SQL tab opens with a blank editor where you can type your queries.
7575

76-
> [!NOTE]
77-
> By default, SSL connection security is required and enforced on your Azure Database for MySQL server. Although typically no additional configuration with SSL certificates is required for MySQL Workbench to connect to your server, we recommend binding the SSL CA certification with MySQL Workbench. For more information on how to download and bind the certification, see [Configure SSL connectivity in your application to securely connect to Azure Database for MySQL](./how-to-configure-ssl.md). If you need to disable SSL, visit the Azure portal and select the Connection security page to disable the Enforce SSL connection toggle button.
76+
> [!NOTE]
77+
> By default, SSL connection security is required and enforced on your Azure Database for MySQL server. Although typically no additional configuration with SSL certificates is required for MySQL Workbench to connect to your server, we recommend binding the SSL CA certification with MySQL Workbench. For more information on how to download and bind the certification, see [Configure SSL connectivity in your application to securely connect to Azure Database for MySQL](./how-to-configure-ssl.md). If you need to disable SSL, visit the Azure portal and select the Connection security page to disable the Enforce SSL connection toggle button.
7878
7979
## Create a table, insert data, read data, update data, delete data
8080

0 commit comments

Comments
 (0)