MySQL Forums
Forum List  »  InnoDB

Re: copied the innodb data file without log files; how to recover?
Posted by: Rick James
Date: December 17, 2009 11:32PM

Stop mysql; remove the log files; restart mysql. This should rebuild them.

The above sequence is possible only if the original shutdown was clean (and without rapid-shutdown turned on). Otherwise, the log files are needed for recovery and maintaining consistency.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: copied the innodb data file without log files; how to recover?
4506
December 17, 2009 11:32PM


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.