Skip to content

Commit de85e29

Browse files
committed
MDEV-25326 mysql_install_db help text incomplete
fix it again, in 10.3, after a bad merge in 98e6159
1 parent 3fbe300 commit de85e29

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

scripts/mysql_install_db.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -572,12 +572,8 @@ then
572572
echo
573573
echo
574574
echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !"
575-
echo "To do so, start the server, then issue the following commands:"
575+
echo "To do so, start the server, then issue the following command:"
576576
echo
577-
echo "'$bindir/mysqladmin' -u root password 'new-password'"
578-
echo "'$bindir/mysqladmin' -u root -h $hostname password 'new-password'"
579-
echo
580-
echo "Alternatively you can run:"
581577
echo "'$bindir/mysql_secure_installation'"
582578
echo
583579
echo "which will also give you the option of removing the test"

0 commit comments

Comments
 (0)