摘要: 1.查看最大连接数: show variables like '%max_connections%'; 2.查看当前实时连接数: show status like 'Threads%'; 3.查看所有连接IP地址的连接数: select SUBSTRING_INDEX(host,':',1) as 阅读全文
posted @ 2020-06-03 20:55 Tester_Jhm 阅读(163) 评论(0) 推荐(0)