嗨,我错误地从基于 Windows XP 的 PC 中删除了我的 MySQL 数据库(该数据库用于托管使用 Xampp 包的 Wiki 服务)。现在我正在尝试恢复数据,以便我至少可以检索在 Mediawiki 包的相应表中输入的文本。
删除后,我尝试使用 Minitool 数据恢复软件恢复数据,并且能够恢复包含 .frm 文件、ib_logfile0、ib_logfile1 和 ibdata1 的主模式文件夹(存储在 C>xampp>mysql>data 下)。
现在我正在尝试恢复数据库,以便我可以进行 SQL 转储并相应地使用它。我参考了专家之前提供的一些建议。以下是链接 -
但是这些对我没有多大帮助,不确定我在说明中到底遗漏了什么。最后我无法启动 MySQL 服务,它失败了,日志中出现以下错误 -
120823 12:17:04 [Note] Plugin 'FEDERATED' is disabled.
120823 12:17:04 InnoDB: The InnoDB memory heap is disabled
120823 12:17:04 InnoDB: Mutexes and rw_locks use Windows interlocked functions
120823 12:17:04 InnoDB: Compressed tables use zlib 1.2.3
120823 12:17:04 InnoDB: Initializing buffer pool, size = 16.0M
120823 12:17:04 InnoDB: Completed initialization of buffer pool
120823 12:17:04 InnoDB: highest supported file format is Barracuda.
InnoDB: No valid checkpoint found.
InnoDB: If this error appears when you are creating an InnoDB database,
InnoDB: the problem may be that during an earlier attempt you managed
InnoDB: to create the InnoDB data files, but log file creation failed.
InnoDB: If that is the case, please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.5/en/error-creating-innodb.html
120823 12:17:04 [ERROR] Plugin 'InnoDB' init function returned error.
120823 12:17:04 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
120823 12:17:04 [ERROR] Unknown/unsupported storage engine: InnoDB
120823 12:17:04 [ERROR] Aborting
从这种情况中恢复的任何帮助将不胜感激。如果需要,我愿意提供更多数据。[ MySQL Server Version 5.5, xampp-win32-1.8.0-VC9
]