mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 21:05:59 -06:00
Update mysql_setup.md
This commit is contained in:
parent
82656cf7b8
commit
070adce630
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user