10.7 MySQL Migration

Perform MySQL server version upgrades to move off older MySQL versions to the latest version. The standard migration wizard can migrate MySQL to MySQL, and a simpler Schema Transfer Wizard can also be used.

MySQL Schema Transfer Wizard

The MySQL Schema Transfer wizard helps you move your data from an older MySQL server version to a different (typically later) MySQL version. This migration tool is meant for developer hosts as it is simpler than the standard migration wizard, because it only migrates MySQL to MySQL. The data is transferred and not based on a consistent snapshot, so it works best on local MySQL instances.

Note

You should not use this wizard on production MySQL instances.

To open the wizard, select Database and then Schema Transfer Wizard from the main menu. The next figure shows the initial screen.

Figure 10.45 MySQL Schema Transfer Wizard: Overview

Content is described in the surrounding text.

Read the overview text and click Start the Wizard to begin. An example transfer appears in the figure that follows.

Figure 10.46 MySQL Schema Transfer Wizard: Connection Selection

Content is described in the surrounding text.

Choose your target and source MySQL connections (see the figure that follows). After choosing and testing your MySQL connections, click Next to continue.

Figure 10.47 MySQL Schema Transfer Wizard: Schema Selection

Content is described in the surrounding text.

Choose the schemas to migrate, and click Start Copy to begin copying the selected schemas from the source to target MySQL server. The next figure shows the copy status.

Figure 10.48 MySQL Schema Transfer Wizard: Copy Databases

Content is described in the surrounding text.

Review the Message Log to confirm that the migration finished with success. Click Next to view a summary of the results. The following figure shows an example of the copy results.

Figure 10.49 MySQL Schema Transfer Wizard: Results

Content is described in the surrounding text.

Click Finish to close the wizard.