Skip to content
Permalink
Browse files
MDEV-25326 mysql_install_db help text incomplete
fix it again, in 10.3, after a bad merge in 98e6159
  • Loading branch information
vuvova committed Jul 15, 2021
1 parent 3fbe300 commit de85e29
Showing 1 changed file with 1 addition and 5 deletions.
@@ -572,12 +572,8 @@ then
echo
echo
echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !"
echo "To do so, start the server, then issue the following commands:"
echo "To do so, start the server, then issue the following command:"
echo
echo "'$bindir/mysqladmin' -u root password 'new-password'"
echo "'$bindir/mysqladmin' -u root -h $hostname password 'new-password'"
echo
echo "Alternatively you can run:"
echo "'$bindir/mysql_secure_installation'"
echo
echo "which will also give you the option of removing the test"

0 comments on commit de85e29

Please sign in to comment.