Curious, as somebody that's worked in MySQL in a while I have not experienced this. I wonder if it's a debian trait (because FWIW !includedir is not standard MySQL).
you can check what files are read, with the following command. I have included the lines from a MySQL 5.6 CentOS 6.x rpm install binary. $ mysqld --verbose --help ... Default options are read from the following files in the given order: /etc/my.cnf /etc/mysql/my.cnf /usr/etc/my.cnf ~/.my.cnf The following groups are read: mysqld server mysqld-5.6 ... On Wed, Sep 4, 2013 at 4:17 PM, David Mintz <da...@davidmintz.org> wrote: > > > > On Wed, Sep 4, 2013 at 3:34 PM, Jesse Callaway <bonsa...@gmail.com> wrote: > >> Is there any includedir directive used? >> >> >> > > Yes, it says > > !includedir /etc/mysql/conf.d/ > > and /etc/mysql/conf.d/ contains only mysqld_safe_syslog.cnf. whose entire > contents are > > [mysqld_safe] > syslog > > > > > -- > David Mintz > http://davidmintz.org/ > Human needs before private profit: > http://socialequality.com/ > > > _______________________________________________ > New York PHP User Group Community Talk Mailing List > http://lists.nyphp.org/mailman/listinfo/talk > > http://www.nyphp.org/show-participation >
_______________________________________________ New York PHP User Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/show-participation