Hi , I would to know how I could attached the jwdb database to an external server (wamp). Could I have an example of the url i could user in Datasource and profile settings.

 

My default source is :

workflowDriver=com.mysql.jdbc.Driver
workflowUrl=jdbc\:mysql\://localhost\:3307/jwdb?characterEncoding\=UTF-8
workflowUser=root
profileName=
workflowPassword=*******

 

I want to change this default source . What could be the URL needed ?

I manage to import the jwdb database to my wamp server .

 

Thanks.

  • No labels

1 Comment

  1. Hi, the URL needed depends on your MySQL server in the Wamp. If Joget & MySQL in the same server/host, then I think you can use 'localhost'. Then, check for the port of the MySQL in your Wamp server, usually 3306.