温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

mysql中如何处理Plugin 'InnoDB' registration as a STORAGE ENGINE failed错误

发布时间:2021-11-06 17:24:48 来源:亿速云 阅读:753 作者:小新 栏目:MySQL数据库

这篇文章主要为大家展示了“mysql中如何处理Plugin 'InnoDB' registration as a STORAGE ENGINE failed错误”,内容简而易懂,条理清晰,希望能够帮助大家解决疑惑,下面让小编带领大家一起研究并学习一下“mysql中如何处理Plugin 'InnoDB' registration as a STORAGE ENGINE failed错误”这篇文章吧。

Plugin 'InnoDB' registration as a STORAGE ENGINE failed,从详细错误日志里面发现创建log file创建失败。详细日志如下:

1

2

3

4

5

6

7

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.

其实之前这台服务器有加载过innodb,后来卸掉了,但是logfile文件没有删除,导致从新加载的时候出现这个问题。解决方法很简单
进入mysql数据路径
/var/lib/mysql

1

rm -rf ib_logfile*

mysql服务重启

以上是“mysql中如何处理Plugin 'InnoDB' registration as a STORAGE ENGINE failed错误”这篇文章的所有内容,感谢各位的阅读!相信大家都有了一定的了解,希望分享的内容对大家有所帮助,如果还想学习更多知识,欢迎关注亿速云行业资讯频道!

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI