|
Last updated: 06/25/2009
A quick example, using a file of tab delimited values, where "contacts.txt" contains a tab delimited file of the values.
mysqlimport -u db_user -p --columns=name,address,phone,city,state,zip --local database_name contacts.txt
blog comments powered by
|