How do I stop a running mysql query programmatically?
The problem I\'m facing is that a query is constructed using user supplied data, and may occasionally take a v
SHOW PROCESSLIST; KILL ;
Refer to the documentation for additional details
Show The Process List
Kill A Running Thread