반응형
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 이었다.
반응형
댓글