Update mysql_setup.md

This commit is contained in:
Dane Everitt 2021-03-06 12:09:29 -08:00
parent 82656cf7b8
commit 070adce630

View File

@ -28,7 +28,7 @@ to `somePassword`.
USE mysql;
# Remember to change 'somePassword' below to be a unique password specific to this account.
CREATE USER 'pterodactyl'@'127.0.0.1' IDENTIFIED WITH mysql_native_password BY 'somePassword';
CREATE USER 'pterodactyl'@'127.0.0.1' IDENTIFIED BY 'somePassword';
```
### Create a database