2021年5月19日

查询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 阅读(383) 评论(0) 推荐(0) 编辑

导航