2014-10-10 55 views
0

我已經安裝了Apache,並開始在端口80,但在啓動Apache服務後Apache服務,MySQL服務無法啓動,給我這個錯誤:錯誤在啓動MySQL服務安裝XAMMP

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

所以我有副本在日誌文件中的錯誤:

2014-10-06 19:42:58 6820 [ERROR] Can't start server: Bind on TCP/IP port: No such file or  directory 
2014-10-06 19:42:58 6820 [ERROR] Do you already have another mysqld server running on port: 3306 ? 

2014-10-06 19:42:58 6820 [ERROR] Aborting 

2014-10-06 19:49:17 3392 [ERROR] Can't start server: Bind on TCP/IP port: No such file or directory 
2014-10-06 19:49:17 3392 [ERROR] Do you already have another mysqld server running on port: 3306 ? 
2014-10-06 19:49:17 3392 [ERROR] Aborting 
2014-10-06 19:55:59 6260 [ERROR] InnoDB: Cannot create D:\xampp1\mysql\data\ib_logfile1 
2014-10-06 19:55:59 6260 [ERROR] Plugin 'InnoDB' init function returned error. 
2014-10-06 19:55:59 6260 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 
2014-10-06 19:55:59 6260 [ERROR] Unknown/unsupported storage engine: InnoDB 
2014-10-06 19:55:59 6260 [ERROR] Aborting 
2014-10-06 19:57:45 7920 [ERROR] InnoDB: space header page consists of zero bytes in data file D:\xampp1\mysql\data\ibdata1 
2014-10-06 19:57:45 7920 [ERROR] InnoDB: Could not open or create the system tablespace. If you tried to add new data files to the system tablespace, and it failed here, you should now edit innodb_data_file_path in my.cnf back to what it was, and remove the new ibdata files InnoDB created in this failed attempt. InnoDB only wrote those files full of zeros, but did not yet use them in any way. But be careful: do not remove old data files which contain your precious data! 
2014-10-06 19:57:45 7920 [ERROR] Plugin 'InnoDB' init function returned error. 
2014-10-06 19:57:45 7920 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 
2014-10-06 19:57:45 7920 [ERROR] Unknown/unsupported storage engine: InnoDB 
2014-10-06 19:57:45 7920 [ERROR] Aborting 
2014-10-06 19:57:58 6240 [ERROR] InnoDB: space header page consists of zero bytes in data file D:\xampp1\mysql\data\ibdata1 
2014-10-06 19:57:58 6240 [ERROR] InnoDB: Could not open or create the system tablespace. If you tried to add new data files to the system tablespace, and it failed here, you should now edit innodb_data_file_path in my.cnf back to what it was, and remove the new ibdata files InnoDB created in this failed attempt. InnoDB only wrote those files full of zeros, but did not yet use them in any way. But be careful: do not remove old data files which contain your precious data! 
2014-10-06 19:57:58 6240 [ERROR] Plugin 'InnoDB' init function returned error. 
2014-10-06 19:57:58 6240 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 
2014-10-06 19:57:58 6240 [ERROR] Unknown/unsupported storage engine: InnoDB 
2014-10-06 19:57:58 6240 [ERROR] Aborting 
2014-10-06 21:10:22 5612 [ERROR] InnoDB: space header page consists of zero bytes in data file D:\xampp1\mysql\data\ibdata1 
2014-10-06 21:10:22 5612 [ERROR] InnoDB: Could not open or create the system tablespace. If you tried to add new data files to the system tablespace, and it failed here, you should now edit innodb_data_file_path in my.cnf back to what it was, and remove the new ibdata files InnoDB created in this failed attempt. InnoDB only wrote those files full of zeros, but did not yet use them in any way. But be careful: do not remove old data files which contain your precious data! 
2014-10-06 21:10:22 5612 [ERROR] Plugin 'InnoDB' init function returned error. 
2014-10-06 21:10:22 5612 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 
2014-10-06 21:10:22 5612 [ERROR] Unknown/unsupported storage engine: InnoDB 
2014-10-06 21:10:22 5612 [ERROR] Aborting 

....... ......

請幫我安裝此Web服務器。 謝謝

回答

0
+0

當我在我的瀏覽器,顯示xammp.but當我點擊的phpmyadmin說錯誤鍵入localhost:MySQL的說:文檔 #2002 - 無法連接,因爲目標機器積極拒絕它。 服務器沒有響應(或本地服務器的套接字配置不正確)。 您的配置中定義的控制用戶連接失敗。 – user1447409 2014-10-11 08:18:37

0

的Apache是​​使用80端口和端口已在使用你的系統(可能你正在使用Skype)。 爲了啓動Apache,請釋放系統中的端口80。 (從Skype或使用端口80的其他程序註銷)。然後再試一次。

+0

錯誤是在Apache配置?我認爲錯誤是在MySQL配置,因爲Apache服務已經開始。 – user1447409 2014-10-11 07:36:07

3

停止您的其他MySQL服務

開放C:\xampp\mysql\bin\my.ini然後更改端口

... 
[mysqld] 
port= 3306 <----- change to another port number 
... 
+0

我有我的pc.i SQLserver我沒有MySQL服務。 – user1447409 2014-10-11 07:37:31

+0

我更改my.ini文件中的端口但未解決問題。 – user1447409 2014-10-11 07:38:35