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 | 9b4ac8b1c2be75e61efa71cf5c79e9a250d55d6c (patch) | |
tree | 200848694d44a232a23443207cdeb7b704d57a9a | |
parent | 40a7f1d30aea947f2a2e370bcff49a5f5d729807 (diff) | |
download | mariadb-git-9b4ac8b1c2be75e61efa71cf5c79e9a250d55d6c.tar.gz |
Small fix for the instructional message
-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. |