天天看點

01-check the manual that corresponds to your MySQL server version for the right syntax

本文講的是出現這個錯誤的一種情況!

Myeclipse抛出異常:

check the manual that corresponds to your MySQL server version for the right syntax to use near 'READ, CREATE, UPDATE, DELETE, EXECUTE) values ('SAP', 4, 'userMaintenance', 0, 0' at line 1

并且使用自動建立表的時候不能建立。

大緻的意思就是:near 'READ, CREATE, UPDATE, DELETE, EXECUTE) values ('SAP', 4, 'userMaintenance', 0, 0')

這句話的文法有錯誤.

引起的原因:

原因是因為實體類中建立的字段為系統的關鍵字。

01-check the manual that corresponds to your MySQL server version for the right syntax

解決方法:

将實體類中字段的名稱修改一下。

繼續閱讀