Re: migrate databases from 5.5 to 5.6 locally on Windows
Posted by: Peter Brawley
Date: December 07, 2016 12:09PM

Stop the 5.6 server. Run the 5.5 server. Make a complete backup using mysqldump, eg ...

mysqldump –uUSR –pPWD –K –E –A –R –f >some_backup_dir/backup55.sql

Stop 5.5, start 5.6, make sure you've run mysql_upgrade, now import the dump file.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: migrate databases from 5.5 to 5.6 locally on Windows
730
December 07, 2016 12:09PM


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.