首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > Mysql >

MySQL 报错…该怎么解决

2012-02-09 
MySQL报错……错误信息:120129 14:17:23 [Note] Plugin FEDERATED is disabled.InnoDB: The log sequence

MySQL 报错……
错误信息:
120129 14:17:23 [Note] Plugin 'FEDERATED' is disabled.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
120129 14:17:23 InnoDB: Database was not shut down normally!InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Error: tried to read 16384 bytes at offset 0 11403264.
InnoDB: Was only able to read -1.
120129 14:13:44 InnoDB: Operating system error number 5 in a file operation.
InnoDB: Error number 5 means 'Input/output error'.
InnoDB: Some operating system error numbers are described at
InnoDB: http://dev.mysql.com/doc/refman/5.1/en/operating-system-error-codes.html
InnoDB: File operation call: 'read'.
InnoDB: Cannot continue operation.


[解决办法]
文件损坏,检查一下ibdata 文件是否在?另外所在磁盘目录是否可以正常读写?是不是磁盘满了?
[解决办法]
文件损坏了 准备用备份还原吧
[解决办法]
非正常关机容易导致文件内容损坏。但你的错误提示看上去并不像单个文件损坏。 你的两个ib_logfile 文件情况如何?
[解决办法]
InnoDB: Was only able to read -1.
貌似是fopen的时候返回-1了。文件还能正常读写?

热点排行