Update README.md
This commit is contained in:
parent
052dc4d3ab
commit
560ee5114a
|
@ -1,6 +1,6 @@
|
||||||
# ubuntu-wordpress
|
# ubuntu-wordpress
|
||||||
|
|
||||||
show databases;
|
show databases;
|
||||||
create user "anon"@"%" identified by "kiler";
|
create user "wordpresss"@"%" identified by "password";
|
||||||
grant all privileges on anon.* to "anon"@"%";
|
grant all privileges on wordpresss.* to "wordpress"@"%";
|
||||||
exit
|
exit
|
||||||
|
|
Loading…
Reference in New Issue