WAMP 2.4 - MYSQL 实例图标保持橙色

WAMP 2.4 - MYSQL instance Icon remains orange

我认为我的 WampServer 被不当关闭了。当我尝试启动我的 wamp 服务器时,图标保持橙色。 在 mysql 日志中,我有以下内容:

2016-02-29 10:14:56 3548 [Note] Plugin 'FEDERATED' is disabled.
2016-02-29 10:14:56 3548 [Note] InnoDB: The InnoDB memory heap is disabled
2016-02-29 10:14:56 3548 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2016-02-29 10:14:56 3548 [Note] InnoDB: Compressed tables use zlib 1.2.3
2016-02-29 10:14:56 3548 [Note] InnoDB: Not using CPU crc32 instructions
2016-02-29 10:14:56 3548 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2016-02-29 10:14:56 3548 [Note] InnoDB: Completed initialization of buffer pool
2016-02-29 10:14:56 3548 [Note] InnoDB: Highest supported file format is Barracuda.
2016-02-29 10:14:56 3548 [Note] InnoDB: The log sequence numbers 9777697745 and 9777697745 in ibdata files do not match the log sequence number 9838673424 in the ib_logfiles!
2016-02-29 10:14:56 3548 [Note] InnoDB: Database was not shutdown normally!
2016-02-29 10:14:56 3548 [Note] InnoDB: Starting crash recovery.
2016-02-29 10:14:56 3548 [Note] InnoDB: Reading tablespace information from the .ibd files...
2016-02-29 10:14:56 135c  InnoDB: File operation call: 'read' returned OS error 0.
2016-02-29 10:14:56 135c  InnoDB: Cannot continue operation.

我已经尝试过以下方法:

1 - 在 my.ini 文件中添加行 innodb_force_recovery = 1。

2 - 将 mysql 端口从 3306 更改为 3307

3 - 已经在 my.ini

中的 innodb_lock_wait_timeout = 50 下面添加了一些齐平的东西

如何解决这个问题?

在做了所有这些都没有用之后,幸运的是我已经备份了我的数据文件夹。我刚刚删除了实际的数据文件夹,并用备份替换了它。我重新启动了一切,它正在工作。