3 messages in com.mysql.lists.win32Re: my.cnf
FromSent OnAttachments
Fredrick Bartlett07 Jan 2000 12:19 
Sinisa Milivojevic08 Jan 2000 05:49 
Michael Widenius08 Jan 2000 14:36 
Subject:Re: my.cnf
From:Sinisa Milivojevic (sin@mysql.com)
Date:01/08/2000 05:49:51 AM
List:com.mysql.lists.win32

On Fri, 07 Jan 2000, Fredrick Bartlett wrote:

Is my.cnf and options supported using mysqld-nt running as a service "mysqld-nt --install". If so tell me what I an doing wrong with the following syntax.

I have tried the following without success, using mysql 3.23.5 alpha on NT4 sp4...

[mysqld-nt] log=c:/logfile

AND I tried

[mysqld-nt] log=c:\\logfile

What am I missing here. I have every form of documentation available, and I believe the above should work. I even refered to my new MySQL book by Paul DuBois. And according to all the resources the above shoould be correct.

Hi!

If you want to specify a different log file, you will have to use this syntax:

--log=c:/logfile

Regards,

Sinisa