From ec76b6759d54a37bec75761c93d2bcc8847c8530 Mon Sep 17 00:00:00 2001 From: Jcodeerd <68161666+Jcodeerd@users.noreply.github.com> Date: Fri, 13 Oct 2023 23:49:20 +0200 Subject: [PATCH] Change uppercase V to lowercase v --- tutorials/mysql_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/mysql_setup.md b/tutorials/mysql_setup.md index 17a348e6..c51c7e18 100644 --- a/tutorials/mysql_setup.md +++ b/tutorials/mysql_setup.md @@ -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