09-03-2023 08:32 AM
Hi All
I have a working Teststand that creates HTML reports.
Now I need to send it to a MySQL database.
I've read the following: Logging TestStand Results to a MySQL Database Tutorial
But it looks like they create a database on the local machine that is testing.
I have a MySQL database on a Raspberry Pi.
Some guidance will be helpful.
Marinus
Solved! Go to Solution.
09-05-2023 06:50 AM
Hi,
From TestStand perspective : MYSQL can be deployed anywhere.The connection string matters.
Once the connection is established it is also necessary that the required schema be present on the MYSQL database. The query to generate the required tables is also provided by NI.
Refer TestStand help document.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000kKLzSAM&l=en-IN
The above link also should help you get it done.
Ravi
09-11-2023 02:33 AM
Thanx for the answer.
Marinus