>I have a problem with mysql db ...
>InnoDB: Page may be an index page where index id is 1481853025
1498166642
>InnoDB: Database page corruption on disk or a failed
>InnoDB: file read of page 41223.
>InnoDB: You may have to recover from a backup.
>InnoDB: It is also possible that your operating
>InnoDB: system has corrupted its own file cache
>InnoDB: and rebooting your computer removes the
>InnoDB: error.
>I restart it and everithing ok ...
>can I change the DB to MYISAM ?? does dbmail work fine whit it ??
>thanx for any comment. ...

You could try running the 'check table tbl_name' and 'repair table
tbl_name' sql on the tables. 

http://dev.mysql.com/doc/refman/4.1/en/check-table.html
http://dev.mysql.com/doc/refman/4.1/en/repair-table.html

After you restart mysql what is in mysql's log? 

What version of mysql are you running? Tried running a new version of
that branch?

How often does this happen? Is it always the same index id? If so it's
probably an os/hardware bug

Thread on similar issue:
http://forums.mysql.com/read.php?22,45794,48174#msg-48174

HTH

S

Reply via email to