mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-03 11:44:17 +00:00
3 lines
126 B
Plaintext
3 lines
126 B
Plaintext
|
CREATE DATABASE IF NOT EXISTS `hirs_db`;
|
||
|
GRANT ALL ON hirs_db.* TO "hirs_db"@"localhost" IDENTIFIED BY "hirs_db" REQUIRE SSL;
|