Re: Disabling logging for connection

2004-02-25 Thread Egor Egorov
Mike Mimic <[EMAIL PROTECTED]> wrote: > Hi! > > I have a problem with logging. I am logging all > queries to MySQL server. And I have a program which > inserts large chunks of data. The problem is that I > would like to log all queries except for those insert > queries as those flood my logs (they

Disabling logging for connection

2004-02-25 Thread Mike Mimic
Hi! I have a problem with logging. I am logging all queries to MySQL server. And I have a program which inserts large chunks of data. The problem is that I would like to log all queries except for those insert queries as those flood my logs (they get really very big). The program is written in Per