wiki:MySql How to Kill a Query

Version 1 (modified by Richard Bramley, 9 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.