MySQL Forums
Forum List  »  InnoDB

Re: Restore InnoDB schema from partial backup
Posted by: alena ss
Date: August 29, 2012 07:18AM

I did as you said and it ALL worked!!!

1. Installed latest version of 5.0 mysql server (not 5.5 like I tried before)
2. Changed my.ini config to match log file size
3. Created empty database from scripts (which made all the *.frm files)
4. Copied ibdata1 and ib_logfile0, ib_logfile1 from backup.
5. Started mysql server and it all worked.

So conclusion is that it is NECESSARY to use the SAME mysql version for restores.

Thanks...

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Restore InnoDB schema from partial backup
988
August 29, 2012 07:18AM


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.