1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-09 22:24:09 +03:00

MDEV-34926: mysql-install-db suggests a deprecated procedure

Fixed to recommended command name.
This commit is contained in:
Oleksandr Byelkin
2024-09-19 09:31:54 +02:00
committed by Sergei Golubchik
parent c05b1fe2c2
commit 552c477950

View File

@@ -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"