mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 05:44:45 -06:00
Update getting_started.md
This commit is contained in:
parent
8412ffefa6
commit
5f38cb1224
@ -115,7 +115,13 @@ continuing any further. See below to create a user and database for your Pteroda
|
|||||||
please have a look at [Setting up MySQL](/tutorials/mysql_setup.html).
|
please have a look at [Setting up MySQL](/tutorials/mysql_setup.html).
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
|
# If using MySQL
|
||||||
|
mysql -u root -p
|
||||||
|
|
||||||
|
# If using MariaDB (V11.0.0+)
|
||||||
mariadb -u root -p
|
mariadb -u root -p
|
||||||
|
```
|
||||||
|
```sql
|
||||||
|
|
||||||
# Remember to change 'yourPassword' below to be a unique password
|
# Remember to change 'yourPassword' below to be a unique password
|
||||||
CREATE USER 'pterodactyl'@'127.0.0.1' IDENTIFIED BY 'yourPassword';
|
CREATE USER 'pterodactyl'@'127.0.0.1' IDENTIFIED BY 'yourPassword';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user