Let's walk through on how to migrate sakila database from Azure for MySQL into Oracle Cloud MySQL Database Service(MDS).
For the migration ,let's use MySQL Shell Utility features
1. Dump Schema Utility
a. This will help us to export the schema of Azure for MySQL Instance into Oracle Cloud Object Storage.
2. Load Dump Utility
a. This is help us to Import the schema from Object Storage to MySQL Database Service(MDS) at Oracle Cloud .
More info:- https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-utilities-dump-instance-schema.html
How does Migration Work ?
Suppose …
[Read more]