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

后端 未结 7 1269
太阳男子
太阳男子 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-29 06:59

    There is one more variation of a dialect that worked for me when I tried to connect my Spring Boot application to Google Cloud MySQL DB: org.hibernate.dialect.MySQL5InnoDBDialect

提交回复
热议问题