summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2004-01-13 19:33:01 +0100
committerunknown <lenz@mysql.com>2004-01-13 19:33:01 +0100
commit54ee2705b0f9594bcae77ba62a55f287ec90e8d4 (patch)
tree36fc954da766083f961c8f9b31ff7ccd2cd29253 /scripts
parent8ae9f145918a0a78cdbae576621001fe4d723bea (diff)
downloadmariadb-git-54ee2705b0f9594bcae77ba62a55f287ec90e8d4.tar.gz
- improved wording in mysql_install_db on what to do to set the password
for the MySQL root user (BUG#2375) scripts/mysql_install_db.sh: - improved wording on what to do to set the password for the MySQL root user (BUG#2375)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mysql_install_db.sh2
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."