본문 바로가기
카테고리 없음

Invalid syntax error "type= MyISAM" in DDL generated by Hibernate

by 1005ptr 2021. 11. 29.
반응형

https://stackoverflow.com/questions/43716068/invalid-syntax-error-type-myisam-in-ddl-generated-by-hibernate/43720565

 

Invalid syntax error "type= MyISAM" in DDL generated by Hibernate

I am getting this error for my Java code Caused by :`com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException`: You have an error in your SQL syntax; check the manual that corresponds to your

stackoverflow.com

 

Dialect의 버전이 안맞아서 발생한 문제

MYSQL라고 해놨는데

내가 써야되는 Dialect는 MySQL8 이었다.

반응형

댓글