Add note that mariadb is default

This commit is contained in:
Jcodeerd 2023-10-13 23:50:31 +02:00 committed by GitHub
parent ec76b6759d
commit a229982e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ 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).
```sql
# If using MariaDB (v11.0.0+)
# If using MariaDB (v11.0.0+) (This is the default when installing Pterodactyl by following the documentation.)
mariadb -u root -p
# If using MySQL