查看mysql 服务有哪些ip地址在连接。

select SUBSTRING_INDEX(host,':',1) as ip , count(*) from information_schema.processlist group by ip;
posted @ 2019-08-11 20:19  ruize-coding  阅读(2779)  评论(0编辑  收藏  举报