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