add few dbs
This commit is contained in:
@@ -15,13 +15,15 @@ CREATE TABLE events
|
||||
|
||||
CREATE
|
||||
USER
|
||||
'demo_user'@'localhost'
|
||||
'demo_user'@'%'
|
||||
IDENTIFIED BY
|
||||
'password';
|
||||
'demo_pass';
|
||||
|
||||
GRANT
|
||||
ALL
|
||||
ALL privileges
|
||||
ON
|
||||
demo.*
|
||||
TO
|
||||
'demo_user'@'localhost';
|
||||
'demo_user'@'%';
|
||||
|
||||
FLUSH PRIVILEGES;
|
||||
|
||||
Reference in New Issue
Block a user