加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 站长学院 > MySql教程 > 正文

Mysql实例mysql 有关“InnoDB Error ib_logfile0 of different s

发布时间:2020-12-12 02:51:13 所属栏目:MySql教程 来源:网络整理
导读:《Mysql实例mysql 有关“InnoDB Error ib_logfile0 of different size”错误》要点: 本文介绍了Mysql实例mysql 有关“InnoDB Error ib_logfile0 of different size”错误,希望对您有用。如果有疑问,可以联系我们。 1,查看Mysqld(/var/log/mysqld.log)日志

《Mysql实例mysql 有关“InnoDB Error ib_logfile0 of different size”错误》要点:
本文介绍了Mysql实例mysql 有关“InnoDB Error ib_logfile0 of different size”错误,希望对您有用。如果有疑问,可以联系我们。

1,查看Mysqld(/var/log/mysqld.log)日志,发现以下错误:
InnoDB: Error: log file /usr/local/mysql/data/ib_logfile0 is of different size 0
5242880 bytes
InnoDB: than specified in the .cnf file 0 104857600 bytes!
030826 1:42:15 Can't init databases
030826 1:42:15 Aborting


2,解决办法

"
If you want to change the number or the size of your InnoDB log files,you
have to shut down MySQL and make sure that it shuts down without errors.
Then copy the old log files into a safe place just in case something went
wrong in the shutdown and you will need them to recover the database. Delete
then the old log files from the log file directory,edit my.cnf,and start
MySQL again. InnoDB will tell you at the startup that it is creating new log
files.
"

在你修改my.cnf的innodb_log_file_size参数前,请先停止mysql服务程序的运行(mysql的停止没有出现任何错误),并把/var/lib/mysql目录下的ib_logfile0、ib_logfile1、ib_logfile2等之类的文件移除到一个安全的地方(旧日志文件的保留是为了防止意外的出现),以便Mysql重启后可以将新的ib_logfile0之类日志文件生成到/var/lib/mysql目录下.如果没有什么意外,旧的日志文件可以删除.

欢迎参与《Mysql实例mysql 有关“InnoDB Error ib_logfile0 of different size”错误》讨论,分享您的想法,编程之家PHP学院为您提供专业教程。

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读