Adam Smith
Adam Smith

Reputation: 1

install mysql in Bonita Studio 7.12

I'm working with bonita studio 7.12 and I want to set bonita to work with mysql database without using mysql connector( by default bonita should use mysql not H2 database).haw can I configure it? and haw can I use tomcat bundle with mysql?

Upvotes: 0

Views: 288

Answers (1)

Manu D.
Manu D.

Reputation: 407

Bonita Studio is a development environment and embeds an H2 database for its internal storage. This database cannot be changed. However, it allows to connect to EXTERNAL systems like a MySQL database via connectors, if you want.

On a Tomcat bundle, however, you MUST choose a database different from H2, and MySQL is a good choice. Here's how to configure it.

Upvotes: 0

Related Questions