明显端口被占用了
假如我们需要确定谁占用了我们的3306端口
Windows平台
在windows命令行窗口下执行:
C:\>netstat -aon|findstr "3306"
TCP 127.0.0.1:3306 0.0.0.0:0 LISTENING 2016
看到了吗,端口被进程号为2016的进程占用,继续执行下面命令:
C:\>tasklist|findstr "2016"
tor.exe 2016 Console 0 16,064 K
很清楚吧,tor占用了你的端口
遇到同样问题,怎么把80端口改成其他的都不行,vc++ 2008运行库已装好。
到底怎么弄?