From bd26d5da1120ad25d2ba04a788f442ade7dcb9ec Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 3 Oct 2024 19:35:11 +0200 Subject: [PATCH] change to mariadb command --- static/change_db_pass.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/change_db_pass.sh b/static/change_db_pass.sh index 7b601f2..eb4d152 100644 --- a/static/change_db_pass.sh +++ b/static/change_db_pass.sh @@ -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