Skip to content

Commit 552c477

Browse files
sanja-byelkinvuvova
authored andcommitted
MDEV-34926: mysql-install-db suggests a deprecated procedure
Fixed to recommended command name.
1 parent c05b1fe commit 552c477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/mysql_install_db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ then
667667
echo
668668
echo "Two all-privilege accounts were created."
669669
echo "One is root@localhost, it has no password, but you need to"
670-
echo "be system 'root' user to connect. Use, for example, sudo mysql"
670+
echo "be system 'root' user to connect. Use, for example, sudo mariadb"
671671
echo "The second is $auth_root_socket_user@localhost, it has no password either, but"
672672
echo "you need to be the system '$auth_root_socket_user' user to connect."
673673
echo "After connecting you can set the password, if you would need to be"

0 commit comments

Comments
 (0)