MySQL查询正在执行的SQL

SHOW FULL PROCESSLISTselect * from information_schema.`PROCESSLIST` where info is not null
评论