Skip to content

Commit

Permalink
change to mariadb command
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 authored Oct 3, 2024
1 parent e19bd45 commit bd26d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/change_db_pass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ then
msg_box "Your new MariaDB root password is: $NEWMARIADBPASS
Please keep it somewhere safe.
To login to MariaDB, simply type 'mysql -u root' from your CLI.
To login to MariaDB, simply type 'mariadb -u root' from your CLI.
Authentication happens with the UNIX socket. In other words,
no password is needed as long as you have access to the root account."
exit 0
Expand Down

0 comments on commit bd26d5d

Please sign in to comment.