mysql正在执行的sql
select * from information_schema.PROCESSLIST where info is not null;
show processlist;
show processlist 能看到所有库以及用户的执行情况
select * from information_schema.PROCESSLIST where info is not null;
show processlist;
show processlist 能看到所有库以及用户的执行情况