Backup and maintenanceMySQL
mysqlimport
Load data files generated by mysqldump or other sources.
Command
mysqlimport --local -u -p .txt
Example usage
Restore plain text data exported from other systems.
mysqlimport --local -u <user> -p <database> <table>.txt
Related tags
Backup and maintenancedatabasesqlinnodb