summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorlukem <lukem>2003-01-21 11:49:03 +0000
committerlukem <lukem>2003-01-21 11:49:03 +0000
commit92ef8a1145cae8d7e224a0143941ea833025e798 (patch)
tree6a057094e84f2ef801bca12139d679851f382c79 /databases
parent60c70666c6fa75d14e698100bc8bd19a490055bd (diff)
downloadpkgsrc-92ef8a1145cae8d7e224a0143941ea833025e798.tar.gz
also need to set the "mysql root" password on -h `hostname`
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql-server/MESSAGE4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/mysql-server/MESSAGE b/databases/mysql-server/MESSAGE
index 2883d6da8ad..325ec08525e 100644
--- a/databases/mysql-server/MESSAGE
+++ b/databases/mysql-server/MESSAGE
@@ -1,4 +1,6 @@
If this is a new installation, please remember to set a password for
-the MySQL root user! This is done with:
+the MySQL root user! This is done by running both:
${PREFIX}/bin/mysqladmin -u root -p password 'new-password'
+ ${PREFIX}/bin/mysqladmin -h `hostname` -u root -p password 'new-password'
+
See the manual for more instructions.