MYSQL 建表不支持InnoDB
在Mysql5.5中执行如下建表语句
CREATE TABLE JBPM4_DEPLOYMENT ( DBID_ BIGINT NOT NULL, NAME_ LONGTEXT, TIMESTAMP_ BIGINT, STATE_ VARCHAR(255), PRIMARY KEY (DBID_) ) TYPE=INNODB;
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'type=InnoDB'