2016-08-22 13 views
0

私は32ビットWindows 7にWAMPをインストールしました。数日間問題なく動作していましたが、問題が発生しました。WAMP緑色に変わっていません

ポート80をテストして正常に動作しているため、MySQLに問題があると思われます。私はwampmysqldサービスを開始できません。それは "1067-プロセスが予期せず終了しました"というエラーをスローします。

WAMPウィザードでは、MySQLサービスは緑色であるため、MySQLサービスが開始していないことを示します。 MySQLのログは即時ヘルプは高く評価されるだろう

2016-08-22 13:27:56 6020 [Note] Plugin 'FEDERATED' is disabled. 
2016-08-22 13:27:56 6020 [Note] InnoDB: Using atomics to ref count buffer pool pages 
2016-08-22 13:27:56 6020 [Note] InnoDB: The InnoDB memory heap is disabled 
2016-08-22 13:27:56 6020 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 
2016-08-22 13:27:56 6020 [Note] InnoDB: Initializing buffer pool, size = 128.0M 
2016-08-22 13:27:56 6020 [Note] InnoDB: Completed initialization of buffer pool 
2016-08-22 13:27:56 6020 [Note] InnoDB: Highest supported file format is Barracuda. 
2016-08-22 13:27:56 6020 [Note] InnoDB: The log sequence numbers 80291311 and 80291311 in ibdata files do not match the log sequence number 86947014 in the ib_logfiles! 
2016-08-22 13:27:56 6020 [Note] InnoDB: Database was not shutdown normally! 
2016-08-22 13:27:56 6020 [Note] InnoDB: Starting crash recovery. 
2016-08-22 13:27:56 6020 [Note] InnoDB: Reading tablespace information from the .ibd files... 
2016-08-22 13:27:56 6020 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Previous tablespace dbzenroc/roc_changeaddress uses space ID: 435 at filepath: .\dbzenroc\roc_changeaddress.ibd. Cannot open tablespace joomla/dtfp2_updates which uses space ID: 435 at filepath: .\joomla\dtfp2_updates.ibd 
InnoDB: Error: could not open single-table tablespace file .\joomla\dtfp2_updates.ibd 
InnoDB: We do not continue the crash recovery, because the table may become 
InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it. 
InnoDB: To fix the problem and start mysqld: 
InnoDB: 1) If there is a permission problem in the file and mysqld cannot 
InnoDB: open the file, you should modify the permissions. 
InnoDB: 2) If the table is not needed, or you can restore it from a backup, 
InnoDB: then you can remove the .ibd file, and InnoDB will do a normal 
InnoDB: crash recovery and ignore that table. 
InnoDB: 3) If the file system or the disk is broken, and you cannot remove 
InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf 
InnoDB: and force InnoDB to continue crash recovery here. 

のように表示されます。ありがとう。

+0

エラーログには、問題がどこにあるのかが表示されます。リカバリには3つの考え方があります。問題のファイルをチェックアウトして、回復手順を試してみましたか? – PaulF

答えて

0

3つの修正がログに表示されます。

  1. チェック権限
  2. 力がクラッシュした後
  3. トライ回復(それが必要なデータを持っていない場合)問題を作成されたテーブルを削除します

サービスを再起動しどのステップあなたを後に試してみる。

これらがうまくいかない場合は、MySQLから必要なデータをコピー/エクスポートし、&を再インストールしてください。

関連する問題