diff options
author | lenz@mysql.com <> | 2004-01-13 19:35:04 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2004-01-13 19:35:04 +0100 |
commit | f982614ae2c007ab46b9b13779faa18fcb91ace1 (patch) | |
tree | 3d312750769ed9d378a734e6ce81d03540f6308f | |
parent | 709a12ecb14362462266bc49521520a6935eb2c2 (diff) | |
parent | 20733eed527e547e93cc67b397503081c2f155fc (diff) | |
download | mariadb-git-f982614ae2c007ab46b9b13779faa18fcb91ace1.tar.gz |
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
into mysql.com:/space/my/mysql-4.0
-rw-r--r-- | scripts/mysql_install_db.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index ba95ff3b5b9..6d6bacd831e 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -340,7 +340,7 @@ then echo fi echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !" - echo "This is done with:" + echo "To do so, start the server, then issue the following commands:" 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." |