Error executing DDL via JDBC Statement
check the manual that corresponds to your MySQL server version for the right syntax to use near 'type=MyISAM' at line 8
我用的MySQL版本是5.7.X
設置成 org.hibernate.dialect.MySQL5InnoDBDialect 后終于成功了。
Error executing DDL via JDBC Statement
check the manual that corresponds to your MySQL server version for the right syntax to use near 'type=MyISAM' at line 8
我用的MySQL版本是5.7.X
設置成 org.hibernate.dialect.MySQL5InnoDBDialect 后終于成功了。
Error executing DDL via JDBC Statement
check the manual that corresponds to your MySQL server version for the right syntax to use near 'type=MyISAM' at line 8
我用的MySQL版本是5.7.X
設置成 org.hibernate.dialect.MySQL5InnoDBDialect 后終于成功了。