This is a read-only copy of the MariaDB Knowledgebase generated on 2024-11-16. For the latest, interactive version please visit https://mariadb.com/kb/.

Error in SQL syntax

what can i do if i have this error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ' password2= 'qwe', checkpassword ='qwe'' at line 1

Answer Answered by Ian Gilfillan in this comment.

There's not much to go on, as you haven't even pasted the full statement giving the error, much less the table structure! All I can suggest is look up the documentation for the relevant statement and try find your error. The clue is that the error was picked up by the parser near the portion displayed in the error message.

Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.