From 3661540de5f7d64d9c80018a051196288ba004a4 Mon Sep 17 00:00:00 2001 From: Bozhidar Slaveykov Date: Fri, 24 Nov 2023 00:34:53 +0200 Subject: [PATCH] Update create-mysql-db-and-user.sh --- shell/helpers/ubuntu/create-mysql-db-and-user.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shell/helpers/ubuntu/create-mysql-db-and-user.sh b/shell/helpers/ubuntu/create-mysql-db-and-user.sh index 6e9c44c..216b454 100644 --- a/shell/helpers/ubuntu/create-mysql-db-and-user.sh +++ b/shell/helpers/ubuntu/create-mysql-db-and-user.sh @@ -10,15 +10,15 @@ function create_mysql_db_and_user() { fi mysql -u root <