HIRS/package/scripts/common/db_create.sql.el6

3 lines
126 B
Plaintext
Raw Normal View History

2018-09-06 13:47:33 +00:00
CREATE DATABASE IF NOT EXISTS `hirs_db`;
GRANT ALL ON hirs_db.* TO "hirs_db"@"localhost" IDENTIFIED BY "hirs_db" REQUIRE SSL;