日期:2014-05-16  浏览次数:20712 次

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了。文件还能正常读写?