Update README2.MD
This commit is contained in:
parent
b3c6f9972f
commit
0a5c473489
|
@ -2,7 +2,7 @@ sudo mysql -u root
|
|||
|
||||
CREATE DATABASE wordpress;
|
||||
|
||||
CREATE USER wordpress@localhost IDENTIFIED BY '<your-password>';
|
||||
CREATE USER wordpress@localhost IDENTIFIED BY 'changeme123';
|
||||
|
||||
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER ON wordpress.* TO 'wordpress'@'localhost';
|
||||
|
||||
|
|
Loading…
Reference in New Issue