You have an error in your sql syntax. Check the manual corresponds to your mysql server version for the right syntax to use near 'name, address, age,location, etc etc
I keep getting this message everytime i try to import my csv file. Im using mysql4.0.
Are you using SQLyog's Import CSV option? All the queries executed by SQLyog are listed in the History tab. Can you paste the query out here so that we can figure out where the error is?
What is the filed delimitter in that .csv-file and eol-character ? You can choose corresponding values during import.
What program wrote the .csv file ?
Several programs (Excel for instance) can only write DOS-text, so if there are non-english national characters (ö, æ ñ) that could cause all sorts of problems …