回忆之城
生命在于折腾
posts - 575,comments - 9,trackbacks - 0
在MySQL的配置文件中,设定default-table-type=InnoDB,发现MySQL无法正常的启动,错误日志中给出了如下的信息: 
引用
00703 09:28:53 mysqld_safe Starting mysqld daemon with databases from /root/sandboxes/spider_main/data 
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes 
InnoDB: than specified in the .cnf file 0 134217728 bytes! 
100703  9:28:54 [ERROR] Plugin 'InnoDB' init function returned error. 
100703  9:28:54 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 
100703  9:28:54 [Note] Found 1 prepared transaction(s) in SPIDER 
100703  9:28:54 [Warning] Found 1 prepared XA transactions 
100703  9:28:54 [Note] Event Scheduler: Loaded 0 events 
100703  9:28:54 [Note] /home/spider/mysql-5.1.44/5.1.44/bin/mysqld: ready for connections. 
Version: '5.1.44'  socket: '/tmp/mysql_sandbox5144.sock'  port: 3306  Source distribution 
100703  9:34:59 [Note] /home/spider/mysql-5.1.44/5.1.44/bin/mysqld: Normal shutdown


调查得知,只要删除MySQL目录下的ib_logfile0和ib_logfile1两个文件,就可以解决问题了。 

在MYSQL中,ib_logfile0,ib_logfile1这些文件是innodb的事务日志文件,没法直接阅读.
posted on 2013-12-04 18:55 回忆之城 阅读(1312) 评论(0)  编辑 收藏 引用 所属分类: 数据库
只有注册用户登录后才能发表评论。