Re: my.cnf not being found?

2006-06-04 Thread Petr Chardin
On Sun, 2006-06-04 at 23:28 +0100, Marcus Bointon wrote: On the same OS X machine that's having prefpanel trouble with 5.0.22, I find that mysql is not loading the values set in /etc/my.cnf. The contents of the file is from another Mac that works just fine with it. The file is

RE: mysqlmanager logging?

2006-05-06 Thread Petr Chardin
On Fri, 2006-05-05 at 15:39 -0500, Duzenbury, Rich wrote: [mysql.server] use-manager [manager] socket=/tmp/manager.sock pid-file=/tmp/manager.pid monitoring-interval=30 You don't have log option specified here. Try adding log=/var/lib/mysql/mysqlmanager.log Petr -- MySQL General

Re: mysqlmanager logging?

2006-05-04 Thread Petr Chardin
As it was already advised, check the dir/log file permissions. Also, it might help if you post your my.cnf here. Petr On Wed, 2006-04-19 at 13:17 -0500, Duzenbury, Rich wrote: MySQL 5.0.20 I've got two instances running with mysqlmanager. I'm not getting any logging of any sort.

Re: Slow query log

2006-04-05 Thread Petr Chardin
On Wed, 2006-04-05 at 11:38 +0200, Mechain Marc wrote: Is there a way to enable the Slow Query Log on the fly without having to restart mysqld No. Petr -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Mysql compile error

2005-11-23 Thread Petr Chardin
open.c:136: for each function it appears in.) make[2]: *** [open.o] Error 1 make[2]: Leaving directory `/usr/src/mysql-4.1.14/isam' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/mysql-4.1.14' make: *** [all] Error 2 -- Petr Chardin, Software Developer MySQL AB

Re: timestamp

2005-11-16 Thread Petr Chardin
, Petr -- Petr Chardin, Software Developer MySQL AB, www.mysql.com Are you MySQL certified? www.mysql.com/certification -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: Timezone setting wrong?

2005-09-21 Thread Petr Chardin
I've tried putting TZ = GMT and TZ = UTC into the my.cnf file but then mysql won't even start. These should be set as environment variables, not as configuration options. You could also try setting time_zone system variable with set @@time_zone=GMT. Petr -- MySQL General Mailing List For

Re: Multiple my.cnf files

2005-08-16 Thread Petr Chardin
Hi Clyde, On Mon, 2005-08-15 at 19:56 -0400, Clyde Lewis wrote: Does anyone have any experience using multiple my.cnf files on a single box? If so, how is the my.cnf specified during startup and shutdown? Try starting mysqld with --defaults-file=/path/to/my.cnf I need multiple my.cnf files

Re: mysql-test-run --external?

2005-06-21 Thread Petr Chardin
it: db1 mysql-test # ./mysql-test-run --external Unrecognized option: --external How do I get the test suite to run with an existing DB? Cheers, ds -- Petr Chardin, Software Developer MySQL AB, www.mysql.com Are you MySQL certified? www.mysql.com/certification -- MySQL General

Re: After upgrade to 5.03beta, mysqld won't start

2005-04-12 Thread Petr Chardin
on the server process and should not prevent mysqlmanager from running. Yes, it is a bug in mysqlmanager and it is fixed in the source repository. Please upgrade to 5.0.4 when it is released. Petr -- Petr Chardin, Software Developer MySQL AB, www.mysql.com Are you MySQL certified