2016-03-23 178 views
2

申し訳ありませんが、私はどこでも解決策を探していて、どれもうまくいきませんでした。昨日、私のXAMPPは正常に動作しました。今日、私は自分のMySQLサービスを開始しようとしましたが、うまくいきません。私は、より具体的にしてみましょう:これはXAMPPのログです:WindowsのXAMPP MYSQLが起動して突然停止しますが、APACHEは正常に動作します

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

これは、エラーログです:

016-03-23 09:54:00 1d04 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator. 
160323 9:54:00 [Note] InnoDB: Using mutexes to ref count buffer pool pages 
160323 9:54:00 [Note] InnoDB: The InnoDB memory heap is disabled 
160323 9:54:00 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 
160323 9:54:00 [Note] InnoDB: Memory barrier is not used 
160323 9:54:00 [Note] InnoDB: Compressed tables use zlib 1.2.3 
160323 9:54:00 [Note] InnoDB: Not using CPU crc32 instructions 
160323 9:54:00 [Note] InnoDB: Initializing buffer pool, size = 16.0M 
160323 9:54:00 [Note] InnoDB: Completed initialization of buffer pool 
160323 9:54:00 [Note] InnoDB: Highest supported file format is Barracuda. 
160323 9:54:00 [Note] InnoDB: The log sequence numbers 1665234 and 1665234 in ibdata files do not match the log sequence number 2110930 in the ib_logfiles! 
160323 9:54:00 [Note] InnoDB: Database was not shutdown normally! 
160323 9:54:00 [Note] InnoDB: Starting crash recovery. 
160323 9:54:00 [Note] InnoDB: Reading tablespace information from the .ibd files... 
160323 9:54:00 [Note] InnoDB: Restoring possible half-written data pages 
160323 9:54:00 [Note] InnoDB: from the doublewrite buffer... 
160323 9:54:01 [Note] InnoDB: 128 rollback segment(s) are active. 
160323 9:54:01 [Note] InnoDB: Waiting for purge to start 
160323 9:54:01 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.22-72.0 started; log sequence number 2110930 
160323 9:54:01 [Note] Plugin 'FEEDBACK' is disabled. 
160323 9:54:01 [Note] Server socket created on IP: '::'. 

Apacheが動作し、ところで実行されています。試したこと:

ibdata1ファイルを削除しています。 my.iniのポートを変更します。 Skypeが実行されていません。 World Wide Web発行サービスを停止します。

答えて

0

私はそれを自分で見つけました。そこで私はWindowsのイベントビューアを調べ、いくつかのエラーがMySQLから来ているのを見ました。私は最近のものをクリックしてこれを見つけました。

mysqld.exe:表クラッシュし、最後の(自動?)の修復は、私はすべてのDBファイルを置き換え

を失敗としてマークされている '\ mysqlの\デシベル。':db.frmを、デシベルを。 MYD、db.MYI(バックアップの場合はデスクトップにコピー)そして、ビオラは再び働きます。私が昨日挿入したことがあっても、すべてのデータがそこにあります。

関連する問題