Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有一个命令行实用程序或我可以运行的东西来显示由 mysqld 管理的连接池中每个连接的状态?
谢谢。
您可以使用show processlist查询来显示服务器上的所有活动连接。
show processlist
http://dev.mysql.com/doc/refman/5.5/en/show-processlist.html