cancel
Showing results for 
Search instead for 
Did you mean: 

How to connect to Mysql instance through Activiti Enterprise BPM

narranil2
Champ in-the-making
Champ in-the-making
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
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
that's it. Simpl change those properties and it will boot up against the MySQL database.

narranil2
Champ in-the-making
Champ in-the-making
Thanks I'm able to switch to mysql database