2016-01-23 127 views
1

我試圖在XAMPP控制面板v.3.2.2上運行ApacheMySQL,但它不想啓動。XAMPP - Apache和MySQL

我搜索了一下,主要是因爲端口已經在使用中(通常是因爲Skype使用它),但我在Skype中重新標記了該功能,它仍然是一樣的。

我不確定我是否在其他地方使用它 - 我沒有據我所知 - 或者是別的。

XAMPP安裝很新鮮,我從來沒有安裝過它。

這是錯誤,我得到:

11:31:48 [Apache] Attempting to start Apache app... 11:31:48 [Apache] Status change detected: running 11:31:49 [Apache] Status change detected: stopped 11:31:49 [Apache] Error: Apache shutdown unexpectedly. 11:31:49 [Apache] This may be due to a blocked port, missing dependencies,
11:31:49 [Apache] improper privileges, a crash, or a shutdown by another method. 11:31:49 [Apache] Press the Logs button to view error logs and check 11:31:49 [Apache] the Windows Event Viewer for more clues 11:31:49 [Apache] If you need more help, copy and post this 11:31:49 [Apache] entire log window on the forums

+1

可能重複[Apache不從XAMPP控制面板運行](http://stackoverflow.com/questions/17946150/apache-is-not-running-from-xampp-control-panel) – mega6382

+0

您應該檢查apache日誌文件。 – Carlo

回答

1

更改這些

法01 - 更改XAMPP端口

在你httpd.conf

更改端口這樣

#Listen 12.34.56.78:80 
Listen 85 

然後訪問使用本地主機

localhost:85/ 

Check this answer too


法02 - 更改Skype的端口

轉到Tools/Option/Advanced/Connections取消選中框「use port 80 and 443 as alternative」。

+0

我完成了所有工作,但並沒有改變。另外,當我在cmd中鍵入netstat -nab時,它會顯示「請求的操作需要提升」。 – Seinfeld

+0

@Seinfeld高興地幫助你:) –

+0

哈哈,它現在有點不知何故:)謝謝你 – Seinfeld