Initial release

This commit is contained in:
apldev4
2018-09-06 09:47:33 -04:00
commit d7e44b8310
1262 changed files with 244470 additions and 0 deletions

View 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;