Solved
Connection to mysql database
I am trying to connect to a database but it's not working. I downloaded the mysql connector (sqljdbc42.jar) and I put it in the tomcat/lib folder. The configuration is like this:
com.mysql.jdbc.Driver
jdbc:mysql:/ip:3306/thingworx?user=x&password=x
Do you know how to fix this? Thankyou!
