Update README.md

This commit is contained in:
RomanNum3ral 2023-08-31 14:47:22 -04:00 committed by GitHub
parent 5d358b9814
commit 513d3a9434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1 +1,5 @@
# ubuntu-wordpress
# ubuntu-wordpress
show databases;
create user "anon"@"%" identified by "kiler";
grant all privileges on anon.* to "anon"@"%";