当前位置:Gxlcms > 数据库问题 > 报错问题:InnoDB: Error: log file ./ib_logfile0 is of different size

报错问题:InnoDB: Error: log file ./ib_logfile0 is of different size

时间:2021-07-01 10:21:17 帮助过:11人阅读


.....................
xtrabackup: innodb_log_file_size = 50331648
InnoDB: Error: log file ./ib_logfile0 is of different size 33554432 bytes
InnoDB: than specified in the .cnf file 50331648 bytes!


解决办法:
可以计算一下33554432的大小,33554432/1024/1024=32
查看my.cnf配置文件的innodb_log_file_size参数配置:
innodb_log_file_size = 32M

需要调整这个文件的大小
再计算一下50331648的大小,50331648/1024/1024=48

修改my.cnf配置文件的下面一行参数值:
innodb_log_file_size = 48M


然后重启mysql

报错问题:InnoDB: Error: log file ./ib_logfile0 is of different size

标签:size   bsp   diff   nod   erro   color   再计算   spec   mysq   

人气教程排行