removed setting sql root pwd during ACA install to allow for uninstall

This commit is contained in:
iadgovuser58 iadgovuser58@empire.eclipse.ncsc.mil 2023-06-01 16:11:31 -04:00
parent 0df03f3561
commit 8734de361b

View File

@ -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
FLUSH PRIVILEGES