Development machine is a Mac. I\'m having some trouble importing more than a single line from a CSV into Mysql. Here is my SQL statement:
LOAD DATA LOCAL INFILE
Check the line endings:
head -n2 sql.sql | hexdump -C
but the most common problem, the line terminator isn't what you'd expect, try:
LINES TERMINATED BY '\r'