I have enabled the query and slow_query logging in MySQL, but I'm getting new entries every second of the type:
2 Query show global status
110925 21:18:18 1 Query select 1
I've noted these entries comes from MySQL Workbench (probably the Server Status Monitor)
Do you know if it's possible to filter the activity from MySQL Workbench?
Or maybe log queries from one Database?