mysql: only log a certain db or ignore other db's?
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开发者_StackOverflow社区 can I do this?
Thanks!
use mysql proxy instead.
精彩评论