![]() ![]() ![]() |
Ispirer SQLWays Database Migration Software
Files Created for Importing to MySQL
When the target database is MySQL, the following files are created by SQLWays while exporting and converting the source database:
SQL files contain SQL statements used for creating database structure (tables, stored procedures etc.) in MySQL using the MySQL command line utility.
Data files are ASCII files that contain data from tables in the text format. Each table has its own txt file.
SQLWays uses the LOAD DATA INFILE command to import data from data files (.txt) to MySQL. Load command files contain LOAD DATA INFILE commands that are executed by the MySQL command line utility.
Import scripts are command files used for importing the source database into MySQL. Import scripts execute the MySQL command line utility for creating database structure and importing data.
![]() ![]() ![]() |