From ed85d2dc78d382e093393c973065b84478833093 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Sat, 23 Nov 2019 00:09:22 -0500 Subject: [PATCH] Testing --- scripts/mysql_setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/mysql_setup.sh b/scripts/mysql_setup.sh index 9b65744..163cb99 100644 --- a/scripts/mysql_setup.sh +++ b/scripts/mysql_setup.sh @@ -1,4 +1,5 @@ #!/bin/bash +service mysql start # Perform the equivalent of running `mysql_secure_installation` mysql -e "UPDATE mysql.user SET authentication_string=PASSWORD('Password1234') WHERE User='root';"