Is there a good or bad reason to create the config file in the MySQL folder?

On production servers which logs do you turn on?

Typically what things do you set on in the config file on a production server?

Thank you.

At 10:37 PM 11/12/2002 +0200, you wrote:
Hi!

On Tue, 12 Nov 2002, John Chang wrote:

> Where is the config file for MySQL on windows?  Is that where I tell it to
> use a log file?  By default is it off?  Thank you.

For example, in c:\winnt\my.ini or in c:\my.cnf
You can specify a custom config file location to mysqld with the
--defaults-file=c:\blah.cnf parameter.

You can configure mysqld to use a log file by adding a line

log

into my.cnf.
Query logging is off by default, indeed.

Iikka

******************************************
* Iikka Meriläinen                       *
* E-mail: [EMAIL PROTECTED] *
* Vaala, Finland                         *
******************************************

---------------------------------------------------------------------
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to