The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4971 ====================================================================== Reported By: laurent Assigned To: laurent ====================================================================== Project: mysql5 Issue ID: 4971 Category: regular use Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2012-07-03 17:42 CEST Last Modified: 2013-05-26 10:57 CEST ====================================================================== Summary: MySQL 5.5 ignores correct elements in the configuration file (and a fix) Description: I have added configuration elements in the /etc/opt/csw/my.cnf files that are ignored:
[mysqld] datadir = /path/to/mysql5 pid-file = /path/to/mysql5/mysql.pid [mysqld_safe] log-error = /path/to/mysqld.err Other elements in the same files are properly taken into account, so the file itself is read properly. On further investigation, it appears that those elements are in fact handled by the start script. The current svc-cswmysql5 method is based on a script that is too old and does not take those into account. Workaround seems to be using a mysql5rc file that is sourced in the method script, but this is awkward, as the MySQL documentation doesn't point to those. ====================================================================== ---------------------------------------------------------------------- (0010406) laurent (manager) - 2013-05-26 10:57 https://www.opencsw.org/mantis/view.php?id=4971#c10406 ---------------------------------------------------------------------- Change was integrated and works well. _______________________________________________ bug-notifications mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/bug-notifications
