Hi All,
I am learning how to configure a MySQL database to work with Teststand.
Windows 7,TS 2017, MySQL V5.7, ODBC V5.3.
So far I have:
Install MySQL server and ODBC driver.
Created a new database using MySQL workbench.
Now I am trying to connect test stand to the database. Under the results processing options I have tried to configure the database settings to work with mysql database.
The "Test Connection" return a successful test but I cant populate the database with any tables or fields using the inbuilt MySQL Schema.
Should I be using a Schema to add my tables and fields to the database or create them through the actual database software (workbench)?
How do I start to log test results to my database?
Thanks