1、netstat -aon | grep 3306 查看所有连接到mysql的客户端ip
2、netstat -ntu | awk '{ print $4 $5}' |sort|uniq -c |sort -nr |wc -l 查看所有网络连接ip
3、netstat tnpl
1、netstat -aon | grep 3306 查看所有连接到mysql的客户端ip
2、netstat -ntu | awk '{ print $4 $5}' |sort|uniq -c |sort -nr |wc -l 查看所有网络连接ip
3、netstat tnpl