码迷,mamicode.com
首页 > 数据库 > 详细

innoDB初始化完成后,实例启动失败

时间:2020-01-22 17:55:04      阅读:384      评论:0      收藏:0      [点我收藏+]

标签:nta   reg   you   init   pen   this   specified   was   ref   

2020-01-22 15:50:28 13707 [ERROR] InnoDB: auto-extending data file ./ibdata1 is of a different size 768 pages (rounded down to MB) than specified in the .cnf file: initial 131072 pages, max 0 (relevant if non-zero) pages!
2020-01-22 15:50:28 13707 [ERROR] InnoDB: Could not open or create the system tablespace. If you tried to add new data files to the system tablespace, and it failed here, you should now edit innodb_data_file_path in my.cnf back to what it was, and remove the new ibdata files InnoDB created in this failed attempt. InnoDB only wrote those files full of zeros, but did not yet use them in any way. But be careful: do not remove old data files which contain your precious data!
2020-01-22 15:50:28 13707 [ERROR] Plugin ‘InnoDB‘ init function returned error.
2020-01-22 15:50:28 13707 [ERROR] Plugin ‘InnoDB‘ registration as a STORAGE ENGINE failed.
2020-01-22 15:50:28 13707 [ERROR] Unknown/unsupported storage engine: InnoDB
2020-01-22 15:50:28 13707 [ERROR] Aborting

这个错误原因不详。
解决方案。。。
!主要删除:ibdata1、ib_logfile0、ib_logfile1文件
!重新启动实例

innoDB初始化完成后,实例启动失败

标签:nta   reg   you   init   pen   this   specified   was   ref   

原文地址:https://blog.51cto.com/accole/2468271

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!