database creation (mysql script)
This commit is contained in:
parent
534f34bc91
commit
c610217f02
3
docs/db/mpwo_user.sql
Normal file
3
docs/db/mpwo_user.sql
Normal file
@ -0,0 +1,3 @@
|
||||
CREATE USER 'mpwo'@'localhost' IDENTIFIED BY 'mpwo';
|
||||
GRANT ALL PRIVILEGES ON `mpwo` . * TO 'mpwo'@'localhost';
|
||||
FLUSH PRIVILEGES;
|
Loading…
Reference in New Issue
Block a user