unrecognized option `--long-query-time=5'

2007-07-12 Thread thomas Armstrong

Hi.

Using mySQL 3.23.58, I'm trying to log slow queries and I made:
log-slow-queries = /usr/local/mysql/log/slow-queries.log
long-query-time = 5
(into my '/etc/my.conf' file)

However, I get this error message:
unrecognized option `--long-query-time=5'

Is this parameter supported in mySQL 3?

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: unrecognized option `--long-query-time=5'

2007-07-12 Thread thomas Armstrong

I also tried with long_query_time = 5

but got the same error :(

On 7/12/07, thomas Armstrong [EMAIL PROTECTED] wrote:

Hi.

Using mySQL 3.23.58, I'm trying to log slow queries and I made:
log-slow-queries = /usr/local/mysql/log/slow-queries.log
long-query-time = 5
(into my '/etc/my.conf' file)

However, I get this error message:
 unrecognized option `--long-query-time=5'

Is this parameter supported in mySQL 3?



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]