Preparing MySQL databases for migration

If you want to perform online MySQL migrations, prepare your source and target databases for replication as follows:

Note: The above steps are applicable only when you perform an online migration.

Note: For online migrations, if you define a different replication user, then ensure that it has the privileges defined here. However, if you do not define the user, ensure that the main user for the connection has these privileges.

Related Topics