# 1.netstat 命令
# netstat -an | grep 3306

# 2.lsof 【 -i表示网络 :9090表示端口 】
# lsof -i:9090