Direct migration or export into MySQL script file.

Direct migration or export into MySQL script file.

MySQL Migration Toolkit allows either data to MySQL directly or export into a migrate local script file. This file contains MySQL statements to create all tables and to fill them with the data. Later you can import script file to MySQL server using phpMyAdmin or command line MySQL client application.