Hi All,
I have one issue regarding creation of schema in MySql.
I am using Activiti bpm enterprise edition for designing my process flow which is now connected to the default H2 database.
Now, I want it to get connected to MySQL which I have done by changing the driver, url , username , password in activiti-app.properties file.
But in order to save my data model or process diagram i want the same schema structure present in H2 database in Mysql in order to save my process diagram in MySQL.
Does activiti provides any way to copy the schema structure from one database to other.
I have tried using Squirrel client , Razon SQl but nothing helped as such.
Need a solution urgently regarding this issue.
Thanks in advance.