Re: [nyphp-talk] mysql configuration peculiarity: it reads /etc/mysql/*.cnf

2013-09-04 Thread David Mintz
On Wed, Sep 4, 2013 at 8:08 PM, Leam Hall wrote: > None of which proves you're not crazy. :) > > Leam > > true. (-: -- David Mintz http://davidmintz.org/ Human needs before private profit: http://socialequality.com/ ___ New York PHP User Group Comm

Re: [nyphp-talk] mysql configuration peculiarity: it reads /etc/mysql/*.cnf

2013-09-04 Thread Leam Hall
None of which proves you're not crazy. :) Leam On 09/04/2013 08:02 PM, David Mintz wrote: On Wed, Sep 4, 2013 at 4:36 PM, Ronald Bradford mailto:rb42l...@gmail.com>> wrote: Curious, as somebody that's worked in MySQL in a while I have not experienced this. I wonder if it's a de

Re: [nyphp-talk] mysql configuration peculiarity: it reads /etc/mysql/*.cnf

2013-09-04 Thread David Mintz
On Wed, Sep 4, 2013 at 4:36 PM, Ronald Bradford wrote: > 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). > > D'oh! I think it may be that I was doing 'sudo service mysql re

Re: [nyphp-talk] mysql configuration peculiarity: it reads /etc/mysql/*.cnf

2013-09-04 Thread Ronald Bradford
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 b

Re: [nyphp-talk] mysql configuration peculiarity: it reads /etc/mysql/*.cnf

2013-09-04 Thread David Mintz
On Wed, Sep 4, 2013 at 3:34 PM, Jesse Callaway 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://

Re: [nyphp-talk] mysql configuration peculiarity: it reads /etc/mysql/*.cnf

2013-09-04 Thread Jesse Callaway
Is there any includedir directive used? On Wed, Sep 4, 2013 at 2:05 PM, David Mintz wrote: > I have been setting up replication where the master is > 5.5.31-0+wheezy1-log, and after more hours of hair-pulling than I care to > think about, I think I've discovered what appears to be an undocument

[nyphp-talk] mysql configuration peculiarity: it reads /etc/mysql/*.cnf

2013-09-04 Thread David Mintz
I have been setting up replication where the master is 5.5.31-0+wheezy1-log, and after more hours of hair-pulling than I care to think about, I think I've discovered what appears to be an undocumented oddity. On startup, mysqld reads in any file in /etc/mysql whose name ends in .cnf. So, I had a f