We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbe300 commit de85e29Copy full SHA for de85e29
scripts/mysql_install_db.sh
@@ -572,12 +572,8 @@ then
572
echo
573
574
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:"
+ echo "To do so, start the server, then issue the following command:"
576
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:"
581
echo "'$bindir/mysql_secure_installation'"
582
583
echo "which will also give you the option of removing the test"
0 commit comments