MySQL allows to migrate existing data, possibly from several sources, into your database. MySQL offers two built-in tools namely LOAD DATA INFILE and mysqlimport for importing delimited data sets into a table.