05 2021 档案

查询mysql数据库目前有哪些链接 具体ip及数量
摘要:SELECT substring_index(host, ':',1) AS host_name,state,count(*) FROM information_schema.processlist GROUP BY state,host_name; 阅读全文

posted @ 2021-05-19 10:00 海哥哥99 阅读(411) 评论(0) 推荐(0)

导航