I am here to ask You about the problem I am facing with the windows application we are developing. We have used mysql database for this application and when the .exe file is copied in another system it is not connecting to the database in server system.enter image description here
This is the connection string we have used
string connection = "server=192.168.4.46;database=elog;uid=root;password=miccollege123";
The application is running well when run in visual studio. But, not when run through .exe file in another computer.
Hope I'll find a solution within short notice. Link for application error image is also included.
THANK YOU...