Running

How to Find Currently Running Processes in MySQL
mysql> SHOW PROCESSLIST; You can also use SHOW FULL PROCESSLIST command, which displays the currently running threads on MySQL in detailed format. ...