diff options
author | lukem <lukem@pkgsrc.org> | 2003-01-21 11:49:03 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2003-01-21 11:49:03 +0000 |
commit | 06c4d06a95f70aafdea63c3ee5ced4b81c1f9d4c (patch) | |
tree | 6a057094e84f2ef801bca12139d679851f382c79 /databases/mysql-server/MESSAGE | |
parent | 5d9f4258462971a50e1a506917aa6f28d98a9818 (diff) | |
download | pkgsrc-06c4d06a95f70aafdea63c3ee5ced4b81c1f9d4c.tar.gz |
also need to set the "mysql root" password on -h `hostname`
Diffstat (limited to 'databases/mysql-server/MESSAGE')
-rw-r--r-- | databases/mysql-server/MESSAGE | 4 |
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. |