'Monitor every request done to phpmyadmin

I am using wordpress with phmyadmin. I need to extend some options of a plugin and for this reasion I need to check every request made to mysql while using this plugin.

My question is: Is there anyway I could monitor every sql request done to phpmyadmin ?

I have tried to enable MySQL General Log and write the result on a table but with phpmyadmin that just a big mess. Impossible to handle.

I tried to check also the history on the console tab but there I can check only the sql request done through phpmyadmin but not the request that comes directly from the website.

Any idea would be great.

Thank you in advanced guys and you are amaizing.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source