LOAD DATA LOCAL INFILE 'mytbl.txt' INTO TABLE mytblFIELDS TERMINATED BY ',' ENCLOSED BY '"'LINES TERMINATED BY '\r'IGNORE 1 LINES;