Hi all, yesterday i've a power failure and wuhen the system start the mysql server do not start but when a try to start it manually i seen the following erros:
mysql.server start && tail -f ~/log/mysql_error.log
091117 09:05:41 mysqld started
InnoDB: Log scan progressed past the checkpoint lsn 0 3127641580
091117 9:05:42 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 901120.
InnoDB: Was only able to read -1.
091117 9:05:58 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:
MySQL :: MySQL 5.0 Reference Manual :: 13.2.12.2 Operating System Error Codes
InnoDB: File operation call: 'read'.
InnoDB: Cannot continue operation.
091117 09:05:58 mysqld ended
Do you have any solution?
Thanks in advance
Hermidio