mysql -u your_user -p
mysql> show open tables where in_use>0;
mysql> show processlist;
mysql> kill put_process_id_here;