Update README.md

This commit is contained in:
RomanNum3ral 2023-08-31 15:05:23 -04:00 committed by GitHub
parent 052dc4d3ab
commit 560ee5114a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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