How to fixs [ERROR] Unknown/unsupported storage engine: InnoDB

mysql logo
I’ve upgraded MySQL 5.0 to MySQL 5.5 with MySQL databases. When I start MySQL the service could not be started. I checked the Mysql error logs, saw below errors:

InnoDB: Error: log file ./ib_logfile2 is of different size 0 0 bytes
InnoDB: than specified in the .cnf file 0 268435456 bytes!
120702 11:44:05 [ERROR] Plugin 'InnoDB' init function returned error.
120702 11:44:05 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
120702 11:44:05 [ERROR] Unknown/unsupported storage engine: InnoDB
120702 11:44:05 [ERROR] Aborting

For solution, I remove the ib_logfile files and start MySQL again. Now this time, it is working fine.

[root@mysql]# rm -f ib_logfile*
Incoming search terms: Unknown/unsupported storage engine: InnoDB, unknown/unsupported storage engine innodb como resolver

Leave a Response

Your email address will not be published. Required fields are marked *

*


*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>