Solved
Unable to communicate using the MySQL v8.0.12 JDBC driver
After installing the jdbc driver in ThingWorx, I could not get it to communicate with the MySQL server. I set up the string settings the same as other MySQL versions.
- JDBC Driver Class Name: com.mysql.jdbc.Driver
- JDBC Connection String: jdbc:mysql://localhost:3306/test
- connectionValidationString: SELECT NOW()
Has anyone else run into this issue? If so, what was your solution?

