From 6b3f037f16e868074a3a8a5d95f5b4a2f1a53a7a Mon Sep 17 00:00:00 2001 From: Jcodeerd <68161666+Jcodeerd@users.noreply.github.com> Date: Wed, 20 Sep 2023 22:55:14 +0200 Subject: [PATCH] Update mysql_setup.md put mariadb first --- tutorials/mysql_setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/mysql_setup.md b/tutorials/mysql_setup.md index 773c5668..17a348e6 100644 --- a/tutorials/mysql_setup.md +++ b/tutorials/mysql_setup.md @@ -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