mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 05:44:45 -06:00
Update mysql_setup.md
put mariadb first
This commit is contained in:
parent
80a3771329
commit
6b3f037f16
@ -13,11 +13,11 @@ things setup. To do so, simply run the command below and provide the Root MySQL
|
||||
installing MySQL. If you do not remember doing this, chances are you can just hit enter as no password is set.
|
||||
|
||||
```sql
|
||||
# If using MySQL
|
||||
mysql -u root -p
|
||||
|
||||
# If using MariaDB (V11.0.0+)
|
||||
mariadb -u root -p
|
||||
|
||||
# If using MySQL
|
||||
mysql -u root -p
|
||||
```
|
||||
|
||||
### Creating a user
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user