mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
Update mysql_setup.md
This commit is contained in:
parent
5f38cb1224
commit
fe22343c6b
@ -12,7 +12,11 @@ The first step in this process is to login to the MySQL command line where we wi
|
||||
things setup. To do so, simply run the command below and provide the Root MySQL account's password that you setup when
|
||||
installing MySQL. If you do not remember doing this, chances are you can just hit enter as no password is set.
|
||||
|
||||
``` bash
|
||||
```sql
|
||||
# If using MySQL
|
||||
mysql -u root -p
|
||||
|
||||
# If using MariaDB (V11.0.0+)
|
||||
mariadb -u root -p
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user