Load CSV data into MySQL

Ricky Moorhouse January 12, 2010
Source
load data local infile 'export.csv' into table table_name fields terminated by ',' enclosed by '"' lines terminated by 'n' (field_list)

Discussion in the ATmosphere

Loading comments...