summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorlukem <lukem@pkgsrc.org>2003-01-21 11:49:03 +0000
committerlukem <lukem@pkgsrc.org>2003-01-21 11:49:03 +0000
commit06c4d06a95f70aafdea63c3ee5ced4b81c1f9d4c (patch)
tree6a057094e84f2ef801bca12139d679851f382c79 /databases
parent5d9f4258462971a50e1a506917aa6f28d98a9818 (diff)
downloadpkgsrc-06c4d06a95f70aafdea63c3ee5ced4b81c1f9d4c.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.