[TriLUG] mySQL Data Import

Matt Frye mattfrye at gmail.com
Mon May 2 15:26:30 EDT 2005


> copy the file name to pfs_trans, then run:
> 
> mysqlimport --fields-terminated-by='\t' --lines-terminated-by='\r\n' pfs_trans 

oh, and don't forget credentials...

mysqlimport --fields-terminated-by='\t' --lines-terminated-by='\r\n'
pfs_trans [ -u username -p ] databasename

MPF



More information about the TriLUG mailing list