How to Find and Kill Queries in MySQL
Contents
Every once in a while I need to find and kill rogue queries in MySQL. First, list all running queries:
|
|
Once the correct query has been identified, kill it by ID:
|
|
Every once in a while I need to find and kill rogue queries in MySQL. First, list all running queries:
|
|
Once the correct query has been identified, kill it by ID:
|
|