SELECT
*
FROM
information_schema.`PROCESSLIST`
WHERE
USER not in( 'system user' )
ORDER BY
time DESC;
SELECT
*
FROM
information_schema.`PROCESSLIST`
WHERE
USER not in( 'system user' )
ORDER BY
time DESC;
本文标题:msyql查看show processlist
本文链接:https://www.haomeiwen.com/subject/wzhqhftx.html
网友评论