| Version 1 (modified by , 11 years ago) ( diff ) |
|---|
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};
Note:
See TracWiki
for help on using the wiki.
