4
I am wanting to capture the queries that are sent to Mysql of a particular application, it is possible?
4
I am wanting to capture the queries that are sent to Mysql of a particular application, it is possible?
3
If you have the paid version, there is Enterprise Monitor.
In the "poor" version, you can activate the General Log, but cannot enable or disable by database.
With the log active, you have the option to turn off and on again dynamically with the commands:
SET GLOBAL general_log = 'OFF';
And...
SET GLOBAL general_log = 'ON';
Oops, thank you. I’ll try.
Browser other questions tagged mysql query
You are not signed in. Login or sign up in order to post.
Legal would have some example that can be used?
– Rodrigo Mota Sousa
@Marcosvinicius I think you got the question wrong.
– bfavaretto