Changes between Initial Version and Version 1 of MySql How to Kill a Query


Ignore:
Timestamp:
11/03/14 16:54:33 (10 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MySql How to Kill a Query

    v1 v1  
     1= MySql How to Kill a Query
     2
     3
     4- To find out what queries are running now run the SQL: `SHOW FULL PROCESSLIST\G`.
     5- To Kill the process run `KILL {process id from above command};`