在mysql 5.0版本以后不支持 type=InnoDB 关键字,需要使用 engine=InnoDB
配置文件方言改成如下即可
<property name="dialect">org.hibernate.dialect.MySQL5Dialect</property>