How to connect database with camunda?

Hey there!
I created a database with phpmyadmin. Now I must connect the created database with Camunda. But I don’t know how to do it. Can anyone help me please?

Hi @gummersbach,

which environment are you using?

If you use a shared process engine, you can find a description in our installation guide https://docs.camunda.org/manual/7.8/installation/full/

For an embedded engine, please configure your database in the camunda.cfg.xml.
https://docs.camunda.org/manual/7.7/user-guide/process-engine/process-engine-bootstrapping/#configure-process-engine-using-spring-xml

Cheers
kristin

2 Likes