XAMPP中MySQL启动失败

2017-10-26  本文已影响55人  小豌豆书吧

出现问题:

17:15:11  [mysql]   Problem detected!
17:15:11  [mysql]   Port 3306 in use by "G:\software\wamp\bin\mysql\mysql5.5.8\bin\mysqld.exe wampmysqld"!
17:15:11  [mysql]   MySQL WILL NOT start without the configured ports free!
17:15:11  [mysql]   You need to uninstall/disable/reconfigure the blocking application
17:15:11  [mysql]   or reconfigure MySQL and the Control Panel to listen on a different port

点击mysql 那行的config
在my.ini里面把port 3306 改成其他端口就可以了

The MySQL server

[mysqld]
port= 3306<---可以改成port= 3307

上一篇 下一篇

猜你喜欢

热点阅读