Correct Syntax for CSV import to SQL MAMP Powered Database
问题 I am running MAMP on my local machine, and using this command for an import works successfully but it is throwing an error on my syntax. /applications/MAMP/library/bin/mysql -u testtest -p test < /Users/myName/info.csv I have been importing/exporting a lot of CSV's into different databases and have noticed that the syntax is slightly different for different DBs, and giving errors sometimes with or without quotes etc. I'm wondering if someone could explain this to me, and what may be the