Update getting_started.md

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

View File

@ -115,11 +115,11 @@ 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 MySQL
mysql -u root -p
# If using MariaDB (V11.0.0+)
mariadb -u root -p
# If using MySQL
mysql -u root -p
```
```sql