lsof -i:3306
安装lsofyum install lsof -y
yum install lsof -y
netstat查看端口netstat -lntp | grep 3306安装netstatyum install net-tools -y
netstat -lntp | grep 3306
yum install net-tools -y
CentOS下查看端口口令和安装工具
原文:https://blog.51cto.com/7567511/2481257