mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-06-20 16:10:27 +00:00
Initial release
This commit is contained in:
2
package/scripts/common/db_create.sql.el6
Normal file
2
package/scripts/common/db_create.sql.el6
Normal file
@ -0,0 +1,2 @@
|
||||
CREATE DATABASE IF NOT EXISTS `hirs_db`;
|
||||
GRANT ALL ON hirs_db.* TO "hirs_db"@"localhost" IDENTIFIED BY "hirs_db" REQUIRE SSL;
|
Reference in New Issue
Block a user