Han-Gang / test

test
0 stars 0 forks source link

查询mysql db的连接IP #28

Open Han-Gang opened 5 years ago

Han-Gang commented 5 years ago

select substring_index(host,':',1) as ip , count(*) from information_schema.processlist group by ip;