MySQL Forums
Forum List  »  Replication

Re: Upgrad 3.23 to 5.7
Posted by: Frederic Descamps
Date: January 08, 2023 02:38AM

Hello,

We are talking a software that was released almost 22 year ago.

What I would suggest is to dump the data using mysqldump, I would first try with the one installed on the system.

Then load it to the new MySQL 5.7 server: see https://web.archive.org/web/20010127191700/http://mysql.com/doc/m/y/mysqldump.html

After that I also suggest you several steps:
- modify your tables from myisam to innodb storage engine
- upgrade to 8.0 to avoid running again on a old version.

good luck.

Options: ReplyQuote


Subject
Views
Written By
Posted
273
January 07, 2023 03:05AM
Re: Upgrad 3.23 to 5.7
190
January 08, 2023 02:38AM


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.