Author: glen Date: Sun Aug 30 08:12:21 2009 GMT Module: packages Tag: HEAD ---- Log message: - update mysqld.conf path in init fail message, don't suggest to use mysqlbug script or mail
---- Files affected: packages/mysql: mysql.init (1.133 -> 1.134) ---- Diffs: ================================================================ Index: packages/mysql/mysql.init diff -u packages/mysql/mysql.init:1.133 packages/mysql/mysql.init:1.134 --- packages/mysql/mysql.init:1.133 Tue Aug 25 17:32:48 2009 +++ packages/mysql/mysql.init Sun Aug 30 10:12:16 2009 @@ -468,7 +468,7 @@ mysql> show tables Try 'mysqld --help' if you have problems with paths. Setting on -logging in /etc/mysqld.conf gives you a log in /var/log/mysql/log that +logging in $MYSQL_DATA_DIR/mysqld.conf gives you a log in /var/log/mysql/query.log that may be helpful. The latest information about MySQL is available on the web at http://www.mysql.com/. @@ -477,8 +477,6 @@ Please consult the MySQL manual section: 'Problems running mysql_install_db', and the manual section that describes problems on your OS. Another information source is the MySQL email archive. -Please check all of the above before mailing us! And if you do mail -us, you MUST use the mysqlbug script! END_OF_MSG exit 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql/mysql.init?r1=1.133&r2=1.134&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
