摘要: 1. 查看MySQL实例的当前连接数:show processlist show processlist: 列出当前用户的前100条连接信息;show full processlist: 列出当前用户的所有连接信息; 1.show status show status: 列出mysql的所有stat 阅读全文
posted @ 2019-12-02 10:51 人生苦短,知足常乐! 阅读(210) 评论(0) 推荐(0) 编辑
摘要: Mysql 查看连接数,状态 最大并发数 -- show variables like '%max_connections%'; 查看最大连接数set global max_connections=1000 重新设置 mysql> show status like 'Threads%'; + + + 阅读全文
posted @ 2019-12-02 10:51 人生苦短,知足常乐! 阅读(651) 评论(0) 推荐(0) 编辑