I developed the system using VB.NET and Mysql 5 and everything working perfectly.
Also my LAN works perfectly.
When developing the project I set the Copy Local property of the MySql.Data.dll reference to True.
Now I can deploy the MySql.Data.dll as a part of my application. All files in output folder.
Problem came when deploy to other machines in the LAN.
Error is: Unable to connect to any host of the specified MySql Host
I disable the firewall and check but the problem remain same.
Connection String: "server=192.168.1.111;Database=mydatabase;userid=user;password=user;pooling=false"
Please direct me to overcome this situation
Thank you in advance