summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorlenz@mysql.com <>2004-01-13 19:33:01 +0100
committerlenz@mysql.com <>2004-01-13 19:33:01 +0100
commit20733eed527e547e93cc67b397503081c2f155fc (patch)
tree36fc954da766083f961c8f9b31ff7ccd2cd29253 /scripts
parentbee338fefe27f7f7c18512eaf3b29d53c9e85424 (diff)
downloadmariadb-git-20733eed527e547e93cc67b397503081c2f155fc.tar.gz
- improved wording in mysql_install_db 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."