MySQL Forums
Forum List  »  Install & Repo

Re: Import a DB into the latest MySQL
Posted by: Barry Galbraith
Date: July 17, 2017 06:37AM

That works, as long as you run mysql_upgrade on the 5.6 instance before you export the database with mysqldump.
Then import that into 5.7 and run mysql_upgrade again.
As detailed in the refman.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: Import a DB into the latest MySQL
July 17, 2017 06:37AM


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.