InnoDB Engine plugin 'innodb' registry as a storage engine failed.

Source: Internet
Author: User

 

When configuring InnoDB parameters today, modify the default configuration. As a result, the started server does not support the InnoDB engine. Plugin 'innodb' registry as a storage engine failed.
Error Log:
InnoDB: Data File/usr/local/mysql4/data/ibdata2 did not exist: new to be created
100702 14:34:53 InnoDB: setting file/usr/local/mysql4/data/ibdata2 size to 20 mb
InnoDB: Database physically writes the file full: Wait...
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
InnoDB: http://dev.mysql.com/doc/refman/5.1/en/error-creating-innodb.html
100702 14:34:54 [Error] plugin 'innodb' init function returned error.
100702 14:34:54 [Error] plugin 'innodb' registry as a storage engine failed.
In these cases, I initially considered not having the permission to create a new log file.
Otherwise
When I disable the server normally, modify its parameters,
After the modification, the ib_logfile file is not deleted. The ib_logfile file records some useful information about the InnoDB engine, such as the default InnoDB configuration information. You are operating when the server is not properly disabled, therefore, the server after restart does not support the InnoDB engine.
Rm-RF ib_logfile *
Correctly configure Parameters
Restart the server.

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.