mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-06-14 13:18:20 +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
2
package/scripts/db/db_create.sql
Normal file
2
package/scripts/db/db_create.sql
Normal file
@ -0,0 +1,2 @@
|
||||
CREATE DATABASE IF NOT EXISTS `hirs_db` CHARACTER SET = 'utf8mb4' COLLATE = 'utf8mb4_general_ci';
|
||||
GRANT ALL ON hirs_db.* TO "hirs_db"@"localhost" IDENTIFIED BY "$HIRS_DB_PWD";
|
Reference in New Issue
Block a user