Change uppercase V to lowercase v

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

View File

@ -13,7 +13,7 @@ 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 MariaDB (V11.0.0+)
# If using MariaDB (v11.0.0+)
mariadb -u root -p
# If using MySQL