- 工信部备案号 滇ICP备05000110号-1
- 滇公安备案 滇53010302000111
- 增值电信业务经营许可证 B1.B2-20181647、滇B1.B2-20190004
- 云南互联网协会理事单位
- 安全联盟认证网站身份V标记
- 域名注册服务机构许可:滇D3-20230001
- 代理域名注册服务机构:新网数码
现象:
centos服务器异常断电MySQL启动异常启动Mysql时报错:mysqld_safe mysqld from pid file /usr/local/mysql/Linux.pid end
但是打开日志文件 查看
InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 50331648 bytes
InnoDB: than specified in the .cnf file 5242880 bytes!
160603
[ERROR] Plugin ‘InnoDB’ init function returned error.
160603
14:06:15 [ERROR] Plugin ‘InnoDB’ registration as a STORAGE ENGINE failed.
160603
14:06:15 [ERROR] Unknown/unsupported storage engine: InnoDB
160603 14:06:15 [ERROR] Aborting
处理方案:
1、存储引擎错误
Unknown/unsupported storage engine: InnoDB
2、检查一下配置文件中关于innodb的参数,如果有skip-innodb注释掉
3、如果重新设置了innodb_log_file_size之类的,
4、需?删除几个rm -rf ib_logfile,然后重启数据库
售前咨询
售后咨询
备案咨询
二维码
TOP