From 8734de361b6676a0f57f7b04d7ce21bc3d38df6f Mon Sep 17 00:00:00 2001 From: "iadgovuser58 iadgovuser58@empire.eclipse.ncsc.mil" Date: Thu, 1 Jun 2023 16:11:31 -0400 Subject: [PATCH] removed setting sql root pwd during ACA install to allow for uninstall --- package/scripts/common/secure_mysql.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/scripts/common/secure_mysql.sql b/package/scripts/common/secure_mysql.sql index 3221740c..8589affe 100644 --- a/package/scripts/common/secure_mysql.sql +++ b/package/scripts/common/secure_mysql.sql @@ -1,6 +1,5 @@ -UPDATE mysql.user SET Password=PASSWORD('root') WHERE User='root'; DELETE FROM mysql.user WHERE User=''; DELETE FROM mysql.user WHERE User='root' AND Host NOT IN ('localhost', '127.0.0.1', '::1'); DROP DATABASE IF EXISTS test; DELETE FROM mysql.db WHERE Db='test' OR Db='test\\_%'; -FLUSH PRIVILEGES \ No newline at end of file +FLUSH PRIVILEGES