查看MySQL当前并发连接情况 作者:时鹏亮 | 更新时间:08/31/2019 07:16:50如何查看MySQL当前并发的线程情况呢?一条SQL即可:show status like 'Threads%';show variables like '%max_connections%';可以查看当前设置最大连接数[……]阅读全文