To kill a process in MySQL, you can login to the database and do the following:
show processlist;
or
show processlist\G;
Find the process you would like to kill and kill it using the kill command.
kill
To kill a process in MySQL, you can login to the database and do the following:
show processlist;
or
show processlist\G;
Find the process you would like to kill and kill it using the kill command.
kill