On Tue, 12 Nov 2002, John Chang wrote:

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

IMHO, usually no. But if you have several differently configured server
instances, it might make things more logical.

> On production servers which logs do you turn on?

Error log (which is automatically on) and I also use slow query logging. For
replication you need binary logging. Query logging is hardly needed on
production machines (it slows things down, use it on your development box).

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

http://www.mysql.com/doc/en/Server_parameters.html might help you.

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