Update README.md

This commit is contained in:
tteck 2021-08-21 21:13:59 -04:00 committed by GitHub
parent 6aebe677ce
commit a1a4dd1969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ Create a new local admin (Change the username and password to match your prefere
```
CREATE USER 'admin'@'localhost' IDENTIFIED BY 'password';
```
Give local admin root privileges (Change the username and password to match from above)
Give local admin root privileges (Change the username and password to match above)
```
GRANT ALL ON *.* TO 'admin'@'localhost' IDENTIFIED BY 'password' WITH GRANT OPTION;
```