I've just installed Activiti Enterprise trail software which is connected to default Database h2.
I would like this to be connected to mysql instance.I've changed the activiti-app.properties as below and restarted the tomact instance
datasource.driver=com.mysql.jdbc.Driver
datasource.url=jdbc:mysql://127.0.0.1:3306/activiti?characterEncoding=UTF-8
datasource.username=root
datasource.password=root
How to connect to mysql instance here to point o this database schema
I've used Xampp to have my local sql database created with datbase name activiti.
Any help will be appreciated.
Thanks