Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to deal with Plugin & # 039 registration as a STORAGE ENGINE failed errors in mysql

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly shows you "how to deal with Plugin 'InnoDB' registration as a STORAGE ENGINE failed errors in mysql". The content is simple and clear. I hope it can help you solve your doubts. Let me lead you to study and learn this article "how to deal with Plugin' InnoDB' registration as a STORAGE ENGINE failed errors in mysql".

Plugin 'InnoDB' registration as a STORAGE ENGINE failed, it was found that the creation of log file failed in the detailed error log. The detailed log is as follows:

one

two

three

four

five

six

seven

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.1/en/error-creating-innodb.html

131017 0:45:52 [ERROR] Plugin 'InnoDB' init function returned error.

131017 0:45:52 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.

In fact, this server loaded innodb before, and then unloaded it, but the logfile file was not deleted, resulting in this problem when it was reloaded. The solution is simple.

Enter the mysql data path

/ var/lib/mysql

one

Rm-rf ib_logfile*

Mysql service restart

The above is all the contents of the article "how to deal with Plugin 'InnoDB' registration as a STORAGE ENGINE failed errors in mysql". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report