SOURCES: mysql.init - uptade setup rules

arekm arekm at pld-linux.org
Fri Oct 28 19:28:05 CEST 2005


Author: arekm                        Date: Fri Oct 28 17:28:05 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- uptade setup rules

---- Files affected:
SOURCES:
   mysql.init (1.86 -> 1.87) 

---- Diffs:

================================================================
Index: SOURCES/mysql.init
diff -u SOURCES/mysql.init:1.86 SOURCES/mysql.init:1.87
--- SOURCES/mysql.init:1.86	Mon Oct 24 19:52:24 2005
+++ SOURCES/mysql.init	Fri Oct 28 19:27:59 2005
@@ -730,11 +730,11 @@
 	cat << END_OF_MSG
 
 PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL USERS!
-This is done (after starting database) with:
+This is done (after starting database; press enter when asked for password) with:
 
-/usr/bin/mysqladmin -u mysql -S $MYSQL_SOCKET password 'password'
-/usr/bin/mysqladmin -h $hostname -u mysql -S $MYSQL_SOCKET password 'password'
-/usr/bin/mysqladmin -u mysql_logrotate -S $MYSQL_SOCKET password 'password'
+/usr/bin/mysqladmin -u mysql -p -S $MYSQL_SOCKET password 'password'
+/usr/bin/mysqladmin -h $hostname -u mysql -p -S $MYSQL_SOCKET password 'password'
+/usr/bin/mysqladmin -u mysql_logrotate -p -S $MYSQL_SOCKET password 'password'
 
 NOTE: mysql_logrotate password should be placed to $MYSQL_CONFIG in
 mysqladmin section. See the manual for more instructions.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mysql.init?r1=1.86&r2=1.87&f=u




More information about the pld-cvs-commit mailing list