mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-06-12 20:28:26 +00:00
added aca_setup.sh to support embedded tomcat [no ci]
This commit is contained in:
committed by
iadgovuser26 iadgovuser26@empire.eclipse.ncsc.mil
parent
0a25e4841c
commit
ae93a8bced
5
package/scripts/db/secure_mysql.sql
Normal file
5
package/scripts/db/secure_mysql.sql
Normal file
@ -0,0 +1,5 @@
|
||||
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
|
Reference in New Issue
Block a user