Show list of MySQL processes
mysql -u {USER} -p{PASSWORD} Connect to the database from the terminal
The MySQL process list indicates the operations currently being performed by the set of threads executing within the server.
SHOW PROCESSLIST - This query will show a list of what is currently running

Enter kill {ID} to stop the process