2014-02-21 96 views
0

我在Windows 7上安裝了Xampp。當我嘗試啓動XAMPP時,出現以下消息,MySql無法啓動。MYSQL無法在XAMPP中啓動

 
7:12:54 AM [mysql]  Problem detected! 
7:12:54 AM [mysql]  Port 3306 in use by "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"! 
7:12:54 AM [mysql]  MySQL WILL NOT start without the configured ports free! 
7:12:54 AM [mysql]  You need to uninstall/disable/reconfigure the blocking application 
7:12:54 AM [mysql]  or reconfigure MySQL and the Control Panel to listen on a different port 

如何解決這個問題?

任何幫助,將不勝感激

+1

Google Chrome中的一個插件託管MySQL服務器/使用端口3306。 – Raptor

+0

關閉Chrome並重試。 – woz

回答

0

它說,在Chrome瀏覽器在使用,MySQL的要使用的端口的錯誤消息。關閉Chrome之後,您應該可以啓動MySQL。我不知道爲什麼Chrome會使用該端口。