My Project based on CakePHP framework works with MySQL DB. And there sometimes is running a long sql query. And I can't load any page in my project during this query. But when I execute this SQL query in Adminer (light PhpMyAdmin), I can load any page and any select from DB. Can you help me to configure it?