Follow Us
Contribute
  • Register

ERROR 1064 (42000): You have an error in your SQL syntax

0 votes

ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that correspons to your MySQL server version for the right syntax to use near (X) at line (X).

requested 1 year ago by errorbase (169,970 points)

2 Solutions

0 votes

Check your SQL syntax as it is told in the error mesage. If you can't still find the problem check the line that has been told in the error message and look at your SQl commands if they are valid. Since this is a common error message for all SQL sytax errors. There can be no appropriate general solution.

solved 1 year ago by errorbase (169,970 points)
0 votes

This may be the most common error message of MySQL server. Generally it is caused by a miswritten SQL command or syntax error.

solved 1 year ago by errorbase (169,970 points)

Related errors

0 votes
1 solution
0 votes
2 solutions
requested 1 year ago by errorbase (169,970 points)
+1 vote
1 solution
requested 1 year ago by errorbase (169,970 points)
0 votes
1 solution
0 votes
1 solution
requested 1 year ago by errorbase (169,970 points)