From 4418b18beff2c7c30c650d91246dd20fa9183539 Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Thu, 28 Mar 2024 09:59:39 -0500 Subject: [PATCH] Fixes #437 - Fix 'Open MySQL server firewall to your IP address' example (#442) --- mysql/create/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/create/README.md b/mysql/create/README.md index 33e6b63..f0c7d66 100644 --- a/mysql/create/README.md +++ b/mysql/create/README.md @@ -67,7 +67,7 @@ And then create the MySQL database using the command line below: --sku B_Gen5_1 \ --ssl-enforcement Disabled || true - sleep 60 + sleep 120 -->