And stackoverflow save me again.
Firstly, use this command to know all process id
show processlist;
Mark down this holy shit process id 1296, and then run then command , text in red is the process id:
kill 1296;
Reference
https://stackoverflow.com/questions/3787651/how-can-i-stop-a-running-mysql-queryhttps://stackoverflow.com/questions/1903838/how-do-i-kill-all-the-processes-in-mysql-show-processlist
No comments :
Post a Comment