mySQL connection problems
Posted: Tue Jun 12, 2018 3:13 pm
Did something change recently with windows that suddenly interferes with mySQL connections?
I have a couple of utilities that read data from the OD db and they both quit working after running for years. I haven't upgraded mysql or OD recently.
Strangely, I can run the utilities successfully from VS2017 environment, I can run them from the release folder, but if I copy the release folder to the server or another workstation, they won't run from there.
OD still runs fine.
Any ideas?
JLM
I have a couple of utilities that read data from the OD db and they both quit working after running for years. I haven't upgraded mysql or OD recently.
Strangely, I can run the utilities successfully from VS2017 environment, I can run them from the release folder, but if I copy the release folder to the server or another workstation, they won't run from there.
OD still runs fine.
Code: Select all
MySql.Data.MySqlClient.MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts. ---> System.Net.Sockets.SocketException (0x80004005): An invalid argument was suppliedJLM