GenerationTarget encountered exception accepting command : Error executing DDL via JDBC Statement You should try different dialects likeorg.hibernate.dialect.MySQL5Dialect OR org.hibernate.dialect.MySQLMyISAMDialect OR org.hibernate.dialect.MySQLInnoDBDialect to see which one works for you. Solution 1 You should try different dialects likeorg.hibernate.dialect.MySQL5Dialect OR org.hibernate.dialect.MySQLMyISAMDialect OR org.hibernate.dialect.MySQLInnoDBDialect to see which one works for you. All in all, your current dialect is generating,type=MyISAM while it should be, ENGINE=MyISAM in create table query. mysql…