diff options
author | Sergei Golubchik <serg@mariadb.org> | 2021-07-15 17:43:13 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2021-07-15 17:46:47 +0200 |
commit | de85e2943606257871f8806de9466d4e5d4e7b89 (patch) | |
tree | 2358722d269ff22dce41090665506769df914a34 /scripts | |
parent | 3fbe30024ff0b4e3f6e63027a988564a96b40bc6 (diff) | |
download | mariadb-git-de85e2943606257871f8806de9466d4e5d4e7b89.tar.gz |
MDEV-25326 mysql_install_db help text incomplete
fix it again, in 10.3, after a bad merge in 98e6159892ae
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_install_db.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 57b836a81aa..67a6eba59d5 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -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" |