Unable to Invoke Service on MySqlThing: null using MySQL Relational Database Extension
I'm trying to connect to a MySQL 5.2.39 database and am receiving an error when running my SQL (Query) service.
Unable to Invoke Service QueryMasterTableSQL on MySqlThing: null
- I have confirmed that I am able to connect using the proper credentials to the database as well as run the actual query I've created in my service manually using the MySQL Workbench.
- The connection validation string is "SELECT 1"
- Both the Thingworx and MySQL are installed on the same machine, port 3306 is open.
- I am also using the most recent download of the MySQL connector from the Thingworx Marketplace.
(For what it's worth, I have also tried MySQL 8 (with MySQL 5.x compatibility installed on another server) and also receive the same error)
I see no errors in other logs. Does anyone have any advice on what I can correct in order for Query Service to work?

