Re: mysql logfile configuration

2008-04-18 Thread Ananda Kumar
just comment this parameter, all actions done by mysql will be in hostnam.err file On 4/18/08, Uwe Kiewel <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi @all, > > ich have configured in /etc/my.cf as follow: > > [...] > log="/var/log/mysqld.log" > [...] > >

mysql logfile configuration

2008-04-18 Thread Uwe Kiewel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi @all, ich have configured in /etc/my.cf as follow: [...] log="/var/log/mysqld.log" [...] Now, mysqld writes every query to the log file. How can I avoid the queries in the log file? I want to see any action done by mysql, but not the queries. T