Re: my.cnf / mysqld logging

2006-06-16 Thread Dan Buettner
Hi Tom - In your my.cnf file, you need to specify that the setting you put in is for mysqld, the server process. Your file should look like so: [mysqld] log = /var/log/mysqld.log MySQL generally logs high-level info to files in the data directory: look for a file called .err Question: a

Re: my.cnf / mysqld logging

2006-06-16 Thread Dilipkumar
Hi, log-queries=/path/ Tom Ray [Lists] wrote: How would I do that? I'm still a novice when it comes to many aspects of mysql. [EMAIL PROTECTED] wrote: Hi, Try to enable query log. Thanks & Regards Dilipkumar [EMAIL PROTECTED]: Hey there, I inherited a couple of servers that are

Re: my.cnf / mysqld logging

2006-06-16 Thread Tom Ray [Lists]
How would I do that? I'm still a novice when it comes to many aspects of mysql. [EMAIL PROTECTED] wrote: Hi, Try to enable query log. Thanks & Regards Dilipkumar [EMAIL PROTECTED]: Hey there, I inherited a couple of servers that are in production but I noticed that there\'s not activ

Re: my.cnf / mysqld logging

2006-06-16 Thread dilipkumar_parikh
Hi, Try to enable query log. Thanks & Regards Dilipkumar [EMAIL PROTECTED]: > Hey there, I inherited a couple of servers that are in production but I > > noticed that there\'s not active logging for mysql on any of them. I > looked and they don\'t have an active my.cnf file any where on the