I have identified PHP scripts that are abnormally long to execute in some cases. (Thanks to the php.access.log)
I’m trying to find which MySQL request is taking so much time (up to 200 sec) and under which conditions.
Is there a way to enable the mysql_slow_query log?