摘要: select SUBSTRING_INDEX(host,':',1) as ip , count(*) from information_schema.processlist group by ip; 阅读全文
posted @ 2020-12-21 17:46 霸王龙的日常 阅读(523) 评论(0) 推荐(0)