-- Find thread SELECT id FROM performance_schema.threads WHERE processlist_info LIKE '%orders%' AND processlist_time > 300; -- Kill query (connection 124) KILL QUERY 124;
Our Industry Partners
Mysql Kill Query Patched -
-- Find thread SELECT id FROM performance_schema.threads WHERE processlist_info LIKE '%orders%' AND processlist_time > 300; -- Kill query (connection 124) KILL QUERY 124;