手机
当前位置:查字典教程网 >编程开发 >mysql数据库 >mysql 有关“InnoDB Error ib_logfile0 of different size”错误
mysql 有关“InnoDB Error ib_logfile0 of different size”错误
摘要:1,查看Mysqld(/var/log/mysqld.log)日志,发现以下错误:InnoDB:Error:logfile/usr/loca...

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 有关“InnoDB Error ib_logfile0 of different size”错误】相关文章:

MySQL 查找价格最高的图书经销商的几种SQL语句

PHP实现将EXCEL文件导入到MYSQL

MySQL 创建索引(Create Index)的方法和语法结构及例子

初步介绍MySQL中的集合操作

Mysql启动中 InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes 的问题

MYSQL大数据导入

mysql error:#1062 Duplicate entry ‘***′ for key 1问题解决方法

mysql使用WKB函数创建Geometry(几何)值

Mysql中Insert into xxx on duplicate key update问题

23道安全门加铸MySQL数据库

精品推荐
分类导航