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 Perl. But I would like to know if MySQL API supports something like that? Is there some workaround? So is there a way to say that you do not want this connection (I would set this in that program with inserts queries) to be logged - or this query? Is there some other solution? I just do not want those insert gueries to be logged.
Best regards and please help Mike __________________________________ Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. http://antispam.yahoo.com/tools -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]