database creation (mysql script)
This commit is contained in:
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;
|
Reference in New Issue
Block a user