如何查看链接mysql的ip地址

select SUBSTRING_INDEX(host,':',1) as ip , count(*) from information_schema.processlist group by ip;post
相关文章
相关标签/搜索