mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-06-16 14:18:25 +00:00
Initial release
This commit is contained in:
2
package/scripts/common/db_create.sql.el7
Normal file
2
package/scripts/common/db_create.sql.el7
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" REQUIRE SSL;
|
Reference in New Issue
Block a user