diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2002-06-08 17:39:11 +0300 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2002-06-08 17:39:11 +0300 |
commit | 437db992b5f11b419ed77becc99e4c4817367d63 (patch) | |
tree | 200848694d44a232a23443207cdeb7b704d57a9a /scripts | |
parent | 3fdc433f858bd808e136b8ca0146603687b32585 (diff) | |
download | mariadb-git-437db992b5f11b419ed77becc99e4c4817367d63.tar.gz |
Small fix for the instructional message
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_install_db.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index f7324668bd2..850432fecc7 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -317,8 +317,8 @@ then fi echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !" echo "This is done with:" - echo "$bindir/mysqladmin -u root -p password 'new-password'" - echo "$bindir/mysqladmin -u root -h $hostname -p password 'new-password'" + echo "$bindir/mysqladmin -u root password 'new-password'" + echo "$bindir/mysqladmin -u root -h $hostname password 'new-password'" echo "See the manual for more instructions." # # Print message about upgrading unless we have created a new db table. |