Is there any easy way to track/monitor all the SQL of the queries, executed by an MySQL server (on a Windows machine)?
Update: I am asking about the free tool.
|
Is there any easy way to track/monitor all the SQL of the queries, executed by an MySQL server (on a Windows machine)? Update: I am asking about the free tool. |
||||
|
|
|
|||
|
|
|
You could download a 30-day trial of: MONyog. If it's the tool for you, I suggest you buy it. |
|||
|
|
What worked for me on local windows 7 x64 installation of MYSQL 5.6 was:
To switch off general query logs, set general_log value to 0 and restart. And do not forget to change the paths of log files to match your system. |
||||