2 messages in com.mysql.lists.javaRe: MySql Daemon
FromSent OnAttachments
Frank S Apap13 Jul 1999 10:10 
Christian Mack17 Jul 1999 14:15 
Subject:Re: MySql Daemon
From:Christian Mack (Ma@compal.de)
Date:07/17/1999 02:15:48 PM
List:com.mysql.lists.java

Frank S Apap wrote:

How do i get the mysql server to write to log files automatically(i mean at startup)

Thanks

Hi Frank

Just give mysqld the --log and/or --log-update option on startup.

On UNIX/Linux you have to edit the mysql.server script, on Win95/98 you have to
edit your autoexec.bat and on Win NT you have to edit your C:\my.cnf
configuration file.

The configuration file can also be used on UNIX/Linux.

Tschau Christian