netstat -apn | grep mysql 查看某个程序的端口占用情况
netstat -apn | grep 3306 查看某个端口的情况
a 所有端口包括listen
p 显示pID/program name的形式
n 显示端口号为数字的形式