mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 05:44:45 -06:00
add the exit command to the panel mysql setup. (#417)
This commit is contained in:
parent
ff3300c5f1
commit
3163473197
@ -109,6 +109,7 @@ mysql -u root -p
|
||||
CREATE USER 'pterodactyl'@'127.0.0.1' IDENTIFIED BY 'yourPassword';
|
||||
CREATE DATABASE panel;
|
||||
GRANT ALL PRIVILEGES ON panel.* TO 'pterodactyl'@'127.0.0.1' WITH GRANT OPTION;
|
||||
exit
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user