MySQL Forums
Forum List  »  Install & Repo

Re: Upgrade from older version without losing data/config
Posted by: Peter Brawley
Date: May 25, 2017 12:10PM

MySQL upgrades must step through major versions, in your case 5.1->5.5->5.6->5.7, latest versions of .5 .6 & .7, in each case running mysql_upgrade then regression testing to find and fix other issues before you proceed to the next step.

Safest bet at each step is to mysqldump the entire current instance then restore it into the next version.

WB doesn't need that stepwise approach.

Options: ReplyQuote


Subject
Written By
Posted
Re: Upgrade from older version without losing data/config
May 25, 2017 12:10PM


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.