ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use [duplicate]

There are two different types of quotation marks in MySQL. You need to use ` for column names and ‘ for strings. Since you have used ‘ for the filename column the query parser got confused. Either remove the quotation marks around all column names, or change ‘filename’ to `filename`. Then it should work.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)