Saturday, 17 August 2013

Trying to recover MySQL55 database from .MYI .MYD and .FRM files

Trying to recover MySQL55 database from .MYI .MYD and .FRM files

I am trying to recover a MySQL database using all of the .MYI .MYD .FRM
files.
Currently the server will not even start. I receive "Status:unknown" when
viewing the server within the Workbench software in Windows. The bottom of
the log contains the following lines:
130817 12:37:33 InnoDB: Cannot initialize created log files because
130817 12:37:33 InnoDB: data files are corrupt, or new data files were
130817 12:37:33 InnoDB: created when the database was started previous
130817 12:37:33 InnoDB: time but the database was not shut down
130817 12:37:33 InnoDB: normally after that.
130817 12:37:33 [ERROR] Plugin 'InnoDB' init function returned error.
130817 12:37:33 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE
failed.
130817 12:37:33 [ERROR] Unknown/unsupported storage engine: INNODB
130817 12:37:33 [ERROR] Aborting
130817 12:37:33 [Note] C:/Program Files/MySQL/MySQL Server 5.5/bin\mysqld:
Shutdown complete
This is a fresh install on Windows, what do I need to fix in order to get
a local connection to a db server?

No comments:

Post a Comment