I want to capture queries that are sent to MySQL from a particular application, is it possible?
I want to capture queries that are sent to MySQL from a particular application, is it possible?
If you have the paid version, there is Enterprise Monitor .
In the "poor" version, you can enable the General Log , but can not be enabled or disabled per database.
With logging active, you have the option to dynamically hang up and reconnect with the commands:
SET GLOBAL general_log = 'OFF';
E ...
SET GLOBAL general_log = 'ON';