请帮助我....whenever我启动xammp服务器,并尝试启动mysql它给出一个错误,如...
4:42:52 PM [mysql] Problem detected!
4:42:52 PM [mysql] Port 3306 in use by ""C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld" --defaults-file="C:\Program Files\MySQL\MySQL Server 5.1\my.ini" MySQL"!
4:42:52 PM [mysql] MySQL WILL NOT start without the configured ports free!
4:42:52 PM [mysql] You need to uninstall/disable/reconfigure the blocking application
4:42:52 PM [mysql] or reconfigure MySQL and the Control Panel to listen on a different port发布于 2014-05-27 19:32:36
在命令shell中,运行:
netstat -b -p TCP并在第二列中查找表示localhost:3306的行。下面是使用端口的应用程序名称。
发布于 2014-05-27 20:08:45
你可能有一个应用程序使用相同的端口,如果你有skype(我的是),你应该考虑关闭它的自动启动来释放端口。运行services.msc进行检查。
https://stackoverflow.com/questions/23888268
复制相似问题