错误信息:
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.

解决方案 »

  1.   

    文件损坏,检查一下ibdata 文件是否在?另外所在磁盘目录是否可以正常读写?是不是磁盘满了?
      

  2.   


    最怕文件损坏,ibdata文件还存在,磁盘未满,能正常读写。
      

  3.   

    InnoDB: Database was not shut down normally!
    这个是导致该问题的唯一原因吗?
      

  4.   

    非正常关机容易导致文件内容损坏。但你的错误提示看上去并不像单个文件损坏。 你的两个ib_logfile 文件情况如何?
      

  5.   

    InnoDB: Was only able to read -1.
    貌似是fopen的时候返回-1了。文件还能正常读写?