mysql总show processlist字段名词解释

Posted 一拳超超人

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql总show processlist字段名词解释相关的知识,希望对你有一定的参考价值。

在mysql环境执行语句:show processlist

得到结果,看图例



名词解释

id,线程号

user,操作用户

host,操作主机ip位置

db,操作数据库

command,执行类型

time,操作时长,秒

State,操作状态

Info,操作语句

....


当然要看更全更详细的可以使用语句:show full processlist



以上是关于mysql总show processlist字段名词解释的主要内容,如果未能解决你的问题,请参考以下文章

MySQL~「show PROCESSLIST」

MySQL show full processlist 以及group_concat_max_len参数设置

mysql 的show processlist和show full processlist区别

MySQL中 show processlist 和 show full processlist命令详解

MySQL中 show processlist 和 show full processlist命令详解

mysql慢SQL排查之show processlist和show full processlist