Add 'db/create.sql'
This commit is contained in:
parent
e26cbb6609
commit
f82f7055d2
|
@ -0,0 +1,5 @@
|
|||
"CREATE USER 'heyo_user' IDENTIFIED BY 'heyo_password';"
|
||||
"CREATE DATABASE heyo_db_name CHARACTER SET 'utf8mb4' COLLATE 'utf8mb4_unicode_ci';"
|
||||
"GRANT ALL PRIVILEGES ON heyo_db_name.* TO 'heyo_user';
|
||||
FLUSH PRIVILEGES;
|
||||
EXIT
|
Loading…
Reference in New Issue