Update README.md

This commit is contained in:
RomanNum3ral 2023-09-06 13:16:32 -04:00 committed by GitHub
parent 0bba742c06
commit fc2863d6d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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