Skip to content

Commit

Permalink
Fixes Azure-Samples#437 - Fix 'Open MySQL server firewall to your IP …
Browse files Browse the repository at this point in the history
…address' example
  • Loading branch information
mnriem committed Apr 10, 2024
1 parent 2eb34b8 commit 7bfd7c0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions mysql/create/README.md
Expand Up @@ -52,8 +52,7 @@ And then create the MySQL database using the command line below:
--admin-password $MYSQL_PASSWORD \
--name $MYSQL_NAME \
--resource-group $RESOURCE_GROUP \
--sku B_Gen5_1 \
--ssl-enforcement Disabled
--sku GP_Gen5_2

```

Expand All @@ -64,10 +63,9 @@ And then create the MySQL database using the command line below:
--admin-password $MYSQL_PASSWORD \
--name $MYSQL_NAME \
--resource-group $RESOURCE_GROUP \
--sku B_Gen5_1 \
--ssl-enforcement Disabled || true
--sku GP_Gen5_2 || true
sleep 120
sleep 240
-->

Expand Down

0 comments on commit 7bfd7c0

Please sign in to comment.