Unable to connect to any host of the specified MySql Host, No solution found yet

leulae

Member
Joined
Aug 31, 2009
Messages
7
Programming Experience
Beginner
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, it remain same.
Connection String: "server=192.168.1.111;Database=mydatabase;userid=user;password=user;pooling=false"

Please direct me to overcome this situation
(When begin the project I post this problem but not get good solution, Now I am about to finish the project and want to deploy it)

Thank you in advance
 
Back
Top