GenerationTarget encountered exception accepting command : Error executing DDL via JDBC Statement

后端 未结 7 1217
太阳男子
太阳男子 2020-12-29 06:08

I am a novice in hibernate world and facing,

WARN: GenerationTarget encountered exception accepting command : Error executing DDL via JDBC Statement
org.hibe         


        
7条回答
  •  有刺的猬
    2020-12-29 06:34

    I ran into the same problem. And indeed, it is the dialect issue, although none of the options provided by Sabir helped me out (with due respect) but changing it from MySQL5Dialect to MySQL8Dialect helped me resolve the issue.

    So if none of the above 3 options provided above works, go for MySQL8Dialect.

    Hope this will help.

提交回复
热议问题