MySQL show status - active or total connections?

前端 未结 8 622
旧时难觅i
旧时难觅i 2020-11-27 09:07

When I run show status like \'Con%\' it shows the number of connections, which is 9972 and constantly growing. Is this an active number of connections or connec

8条回答
  •  轮回少年
    2020-11-27 10:00

    As per doc http://dev.mysql.com/doc/refman/5.0/en/server-status-variables.html#statvar_Connections

    Connections

    The number of connection attempts (successful or not) to the MySQL server.

提交回复
热议问题