MySQL Forums
Forum List  »  Newbie

Re: botched data post-upgrade
Posted by: Peter Brawley
Date: September 08, 2014 08:51AM

You're learning painfully what the manual says, that file copy is an unsound method of moving data between versions. The sound method is to mysqldump the data, install the next major version, import the dump, regression-test till all issues are resolved, then repeat the sequence for the next version---till you arrive at the desired version. In your case, that'd be two moves: 5.1->5.5, then 5.5->5.6.

So I think what you need to do now to recreate functioning databases depends on whether you have a full backup of the 5.1.59 data, and if so, whether it's just a file copy backup, or a proper mysqldump.

Options: ReplyQuote


Subject
Written By
Posted
September 08, 2014 08:24AM
Re: botched data post-upgrade
September 08, 2014 08:51AM
September 08, 2014 09:33AM
September 08, 2014 09:49AM
September 08, 2014 10:19AM
September 08, 2014 01:02PM
September 09, 2014 08:53AM


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.