Skip to Main Content

MySQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to handle data migration refreshing to MySQL InnoDB cluster

user619241Feb 22 2021

I need to handle existing MySQL database migration to MySQL InnoDB cluster. The existing MySQL database are still changing on daily basis. There is no way to replication from existing MySQL database to new InnoDB cluster. The MySQL versions are incompatible - the existing MySQL database is on early 5.x, the new InnoDB database is on 8.x. I plan to do one-time bulk data loading to InnoDB cluster from existing database. How do I keep refreshing new InnoDB data from existing MySQL database?
Thank you!
Xinhuan

Comments

Processing

Post Details

Added on Feb 22 2021
2 comments
108 views