LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

MySQL connectivity issues

Solved!
Go to solution

I have made a connection via IP across the network with MySQL Workbench on both machines and been able to input information into my DB and subsequent tables without issue. But when using when trying to connect with LV that is when the troubles persist.

Creig Mills
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 21 of 23
(881 Views)

@Coddiwomple wrote:

I have made a connection via IP across the network with MySQL Workbench on both machines and been able to input information into my DB and subsequent tables without issue. But when using when trying to connect with LV that the troubles persist.


Maybe start LabVIEW as an administrator? (That's not the same as having admin rights as a user, you might need elevated rights).

0 Kudos
Message 22 of 23
(875 Views)
Solution
Accepted by topic author Coddiwomple

At the end of the day, I chose to go through and wipe all my installations of MySQL and it's subsequent pieces to review what could have gone wrong. Once re installed I was able to connect via UDL using a MySQL ODBC connector to a host computer running Win7. Then ran it in reverse to connect from Win7 as client to a server running on my WIN10. Then found an error. The SSL was causing an unknown error at the connector. I tried updating internet time across the network to ensure we were all jiving appropriately. And then I came across an update to the newest version of MySQL ODBC connectors that had finally been made available in 32 bit for Windows. I uninstalled my previous driver from the host computer and lo and behold, I created a successful System DSN which plugged seamlessly into my datalink, using LV18 and DB toolkit 18. It communicated perfectly with MySQL server and transferred data back and forth. SO WOOOOT! 

 

Now to actually begin creating an inventory management system that will work for our client, hahahaha.

Thank you ALL for your replies. I appreciate every single one of you for your helpful insight. 

Creig Mills
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


Blog for (mostly LabVIEW) programmers: Tips And Tricks

Message 23 of 23
(853 Views)