Custom database connection
Confluence User - 05 Apr, 2020
Hi guys,
I am trying to connect joget to my custom database from mysql. I did according to this documentation Custom Database Configuration , but when i hit the localhost it gives error as
Sorry, access is forbidden for security reasons.
Please refresh the previous form before submitting it.
I have tried to change default properties file also created new property file. But not working for both
This is a content of my default property file:
workflowDriver=com.mysql.jdbc.Driver
workflowUrl=jdbc\:mysql\://127.0.0.2\:3306\jwdb?characterEncoding\=UTF-8&useSSL\=false&allowPublicKeyRetrieval\=true
workflowUser=root
profileName=
workflowPassword=
Am I doing something wrong in URL part? Password and user is appropriate.
I hv created connection in mysql with that host and port. Can you help me please?
server