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

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

 


 
                    
            
                

相关文章:

  • 2021-07-09
  • 2021-07-11
  • 2022-01-16
  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
  • 2021-08-19
  • 2021-12-22
  • 2021-12-14
相关资源
相似解决方案