mysql see current queries code example
Example 1: mysql current running queries
show processlist;
Example 2: mysql view current queries
mysql> show processlistG
*************************** 6. row ***************************
Id: 708163
User: root
Host: localhost
db: NULL
Command: Query
Time: 0
State: NULL
Info: show processlist
*************************** 7. row ***************************
Id: 708174
User: test
Host: localhost
db: test
Command: Query
Time: 3
State: Copying to tmp table
Info: select dist.name, dist.filename, count(*)
from orders_header h
inner join orders_detail d on h.ord
2 rows in set (0.00 sec)