Hello Everyone ,
I have developed a windows application with mysql database server.
i have installed it to client machine also.
Now,the problem comes when i restart mysql server or server computer.
After i restart server,client application can not able connect to server .
if i disable network and enable again then it started. user can log in after that application works fine also but this problem comes only when i restart server computer or mysql.
connection string is as follows:
<connection string key="mycon" value="sever="ip address" database="dbname" password="pwd"/>
its seems like client can not get host ip address.
but it works after i make network ip as above
i tried to solve but couldn't found any.
Pls give me any solution for this .