MySql How to Kill a Query
- To find out what queries are running now run the SQL:
SHOW FULL PROCESSLIST\G
. - To Kill the process run
KILL {process id from above command};
Last modified
10 years ago
Last modified on 11/03/14 16:54:33
Note:
See TracWiki
for help on using the wiki.