From 552c477950356b6cf788e31160d0880aa85ffc87 Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Thu, 19 Sep 2024 09:31:54 +0200 Subject: [PATCH] MDEV-34926: mysql-install-db suggests a deprecated procedure Fixed to recommended command name. --- scripts/mysql_install_db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 18fd532e919..3350d69c44d 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -667,7 +667,7 @@ then echo echo "Two all-privilege accounts were created." echo "One is root@localhost, it has no password, but you need to" - echo "be system 'root' user to connect. Use, for example, sudo mysql" + echo "be system 'root' user to connect. Use, for example, sudo mariadb" echo "The second is $auth_root_socket_user@localhost, it has no password either, but" echo "you need to be the system '$auth_root_socket_user' user to connect." echo "After connecting you can set the password, if you would need to be"