Restore data from a tab delimited file to MySQL
Yesterday I looked at using mysqldump to save data to CSV files, which by default saves the exported data as tab delimited files. Today we will look at how to restore data from these files into a MySQL database. It’s very simple to do, using the mysqlimport command line tool.