1、查看某一个端口是否开启
2、查看mysql服务是否开启
3、杀掉进程
netstat -nat|grep 33062、查看mysql服务是否开启
ps -ef|grep tomcat3、杀掉进程
kill -9 PID
netstat -nat|grep 3306ps -ef|grep tomcatkill -9 PID
551

被折叠的 条评论
为什么被折叠?