首页 > 数据库技术 > 详细

mariadb:InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes

时间:2016-08-24 11:13:08      阅读:217      评论:0      收藏:0      [点我收藏+]

mariadb 启动中 InnoDB: Error: log file ./ib_logfile0 is of different size 0



起因:线上正在运行的系统,因为需要调整性能,变更了my.cnf参数的innodb_log_file_size大小,重启MySQL时err日志输出如下
InnoDB: Error: log file ./ib_logfile0 is of different size 0 xxxx bytes 

停掉mariadb 
解决办法:移除原有ib_logfile
#mv ib_logfile0 ib_logfile0.bak
#mv ib_logfile1 ib_logfile1.bak

 

rm -rf ib_logfile*

mariadb:InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes

原文:http://www.cnblogs.com/sysk/p/5801934.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!