Tagged Questions
1
vote
0answers
90 views
How to stop logging activity from MySQL workbench?
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 ...