From 06c4d06a95f70aafdea63c3ee5ced4b81c1f9d4c Mon Sep 17 00:00:00 2001 From: lukem Date: Tue, 21 Jan 2003 11:49:03 +0000 Subject: also need to set the "mysql root" password on -h `hostname` --- databases/mysql-server/MESSAGE | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3