tags:

views:

20

answers:

1

Hi, I'm logging output with

log = /var/log/mysql/query.log

and this works ok, but I only want to log requests to one database and not the others. How can I do this?

Thanks!

+1  A: 

use mysql proxy instead.

longneck