diff --git a/README.md b/README.md index ac1450f..95b0b1c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ubuntu-wordpress show databases; -create user "anon"@"%" identified by "kiler"; -grant all privileges on anon.* to "anon"@"%"; +create user "wordpresss"@"%" identified by "password"; +grant all privileges on wordpresss.* to "wordpress"@"%"; exit