JBoss Community

Re: Deployment problem of the jBPM database schema

created by k1ng hg0 in jBPM - View the full discussion

Now I found the solution. Since MySQL Version 5.5 the command "type" was changed in "engine". At the end of each create-table-command in the sql-script jbpm.mysql.create.sql you'll find "... type=InnoDB;". This has to be changed to "...engine=InnoDB" to create the database schema for jbpm 4.4.

Reply to this message by going to Community

Start a new discussion in jBPM at Community