mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-22 14:22:29 +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;
|