SOURCES: mysql.init - drop "-p" from banne

blues blues at pld-linux.org
Tue Oct 10 20:28:57 CEST 2006


Author: blues                        Date: Tue Oct 10 18:28:56 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- drop "-p" from banne

---- Files affected:
SOURCES:
   mysql.init (1.99 -> 1.100) 

---- Diffs:

================================================================
Index: SOURCES/mysql.init
diff -u SOURCES/mysql.init:1.99 SOURCES/mysql.init:1.100
--- SOURCES/mysql.init:1.99	Wed Sep 13 11:51:59 2006
+++ SOURCES/mysql.init	Tue Oct 10 20:28:51 2006
@@ -779,9 +779,9 @@
 PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL USERS!
 This is done (after starting database; press enter when asked for password) with:
 
-/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'
+/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'
 
 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.99&r2=1.100&f=u



More information about the pld-cvs-commit mailing list