using mysqlimport : mysqlimport « Command MySQL « SQL / MySQL
- SQL / MySQL
- Command MySQL
- mysqlimport
using mysqlimport
% mysqlimport --local --lines-terminated-by="\r\n" --fields-terminated-by="," --fields-enclosed-by="\"" myDatabase mytbl.txt
Related examples in the same category