You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Test the private link connection for the MySQL server using any available client. In the example below I have used [MySQL Workbench](https://dev.mysql.com/doc/workbench/en/wb-installing-windows.html) to do the operation.
@@ -215,7 +215,7 @@ After you've created **myVm**, connect to it from the internet as follows:
215
215
| Setting | Value |
216
216
| ------- | ----- |
217
217
| Server type| Select **MySQL**.|
218
-
| Server name| Select *myServer.mysql.privatelink.database.azure.com* |
218
+
| Server name| Select *myServer.privatelink.mysql.database.azure.com* |
219
219
| User name | Enter username as username@servername which is provided during the MySQL server creation. |
220
220
|Password |Enter a password provided during the MySQL server creation. |
221
221
|SSL|Select **Required**.|
@@ -238,4 +238,4 @@ When you're done using the private endpoint, MySQL server, and the VM, delete th
238
238
239
239
## Next steps
240
240
241
-
In this how-to, you created a VM on a virtual network, an Azure Database for MySQL, and a private endpoint for private access. You connected to one VM from the internet and securely communicated to the MySQL server using Private Link. To learn more about private endpoints, see [What is Azure private endpoint](https://docs.microsoft.com/azure/private-link/private-endpoint-overview).
241
+
In this how-to, you created a VM on a virtual network, an Azure Database for MySQL, and a private endpoint for private access. You connected to one VM from the internet and securely communicated to the MySQL server using Private Link. To learn more about private endpoints, see [What is Azure private endpoint](https://docs.microsoft.com/azure/private-link/private-endpoint-overview).
0 commit comments