Hello,
Je suis un petit nouveau sur Hibernate et après bien des déboires, j'arrive enfin quelques choses !
Néanmoins il y a une erreur de syntaxe dans le SQL:
21:25:51,359 DEBUG SchemaExport:143 - drop table EVENTS if exists
21:25:51,515 DEBUG SchemaExport:149 - Unsuccessful: drop table EVENTS if exists
21:25:51,515 DEBUG SchemaExport:150 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'if exists' at line 1
21:25:51,515 DEBUG SchemaExport:161 - create table EVENTS (
EVENT_ID bigint not null,
EVENT_DATE timestamp,
title varchar(255),
primary key (EVENT_ID)
)
Comment puis-je la résoudre ?
Merci de votre aide
|