We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19bd45 commit bd26d5dCopy full SHA for bd26d5d
static/change_db_pass.sh
@@ -19,7 +19,7 @@ then
19
msg_box "Your new MariaDB root password is: $NEWMARIADBPASS
20
Please keep it somewhere safe.
21
22
-To login to MariaDB, simply type 'mysql -u root' from your CLI.
+To login to MariaDB, simply type 'mariadb -u root' from your CLI.
23
Authentication happens with the UNIX socket. In other words,
24
no password is needed as long as you have access to the root account."
25
exit 0
0 commit comments