ERROR MySQL connection
Hi,
I try to connect a thing (with MySqlServer template) to my db (MySQL), but the property isConnected is always set to false and the service that i create for test the connection give this error: "Unable to Invoke Service <nameservice> on <nameThing>: null".
In the thing configuration I set JDBC Driver Class Name and the JDBC Connection String as following:
1) com.microsoft.sqlserver.jdbc.SQLServerDriver
2) jdbc:mysql://localhost:3306;databaseName=dbmesfava_dbo
Someone can help me? the version of thingworx is 8.2. Searching for this problem I find solution just for previous versions.

