MySQL Forums
Forum List  »  InnoDB

innodb log sequence error
Posted by: scott
Date: December 07, 2006 11:59AM

hi,

we moved our mysql server from a linux server to a windows server and we copy the innodb data files to the new server. Now, we are getting the following errors in the err log file:

=========================

InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
061208 1:50:46 InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 0 440771084.
InnoDB: Doing recovery: scanned up to log sequence number 0 440771084
061208 1:50:46 InnoDB: Error: page 1 log sequence number 0 440994069
InnoDB: is in the future! Current system log sequence number 0 440771084.
InnoDB: Your database may be corrupt or you may have copied the InnoDB
InnoDB: tablespace but not the InnoDB log files. See
http://dev.mysql.com/doc/mysql/en/backing-up.html for more information.
061208 1:50:46 InnoDB: Error: page 2 log sequence number 0 440903246
InnoDB: is in the future! Current system log sequence number 0 440771084.
InnoDB: Your database may be corrupt or you may have copied the InnoDB
InnoDB: tablespace but not the InnoDB log files. See

===================================================================


any ideas how to fix this problem?

thanks a lot

Options: ReplyQuote


Subject
Views
Written By
Posted
innodb log sequence error
31265
December 07, 2006 11:59AM
15305
December 07, 2006 01:31PM
13981
December 12, 2006 12:34PM
15204
December 15, 2006 01:40AM
17567
December 20, 2006 05:45AM
18901
December 15, 2006 09:16AM
10575
January 21, 2009 02:04PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.