Skip to main content

Kill Query | Mysql

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