Plugin InnoDB Registration as a STORAGE ENGINE failed solution

Source: Internet
Author: User

The original database did not have the InnoDB engine installed, today dynamically increased him, found InnoDB load, error plugin ' InnoDB ' registration as a STORAGE ENGINE, from the detailed log found in the creation of File creation failed. The detailed log is as follows:

  code is as follows copy code

Innodb:if This error appears when you are creating a InnoDB database,
innodb:the problem May is that during a earlier T you managed
Innodb:to create the InnoDB data files, but log file creation failed.
Innodb:if That's the case, refer to
Innodb:http://dev.mysql.com/doc/refman/5.1/en/error-creating-innod b.html
131017  0:45:52 [ERROR] Plugin ' InnoDB ' init function returned ERROR.
131017  0:45:52 [ERROR] Plugin ' InnoDB ' registration as a STORAGE ENGINE.


In fact, before this server has loaded InnoDB, and then unloaded, but logfile file has not been deleted, resulting in the new load when this problem occurs. The solution is simple

The code is as follows Copy Code

RM-RF ib_logfile*

Then dynamically load the InnoDB again, if not, then restart MySQL.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.