查看某个端口的占用情况(进程PID)

netstat -anp | grep 3306

lsof -i : 3306

 

相关文章: