Skip to content

Commit bd26d5d

Browse files
authored
change to mariadb command
1 parent e19bd45 commit bd26d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/change_db_pass.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ then
1919
msg_box "Your new MariaDB root password is: $NEWMARIADBPASS
2020
Please keep it somewhere safe.
2121
22-
To login to MariaDB, simply type 'mysql -u root' from your CLI.
22+
To login to MariaDB, simply type 'mariadb -u root' from your CLI.
2323
Authentication happens with the UNIX socket. In other words,
2424
no password is needed as long as you have access to the root account."
2525
exit 0

0 commit comments

Comments
 (0)