Update mysql_setup.md

put mariadb first
This commit is contained in:
Jcodeerd 2023-09-20 22:55:14 +02:00 committed by GitHub
parent 80a3771329
commit 6b3f037f16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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