Error: Unable to connect to any host of the specified MySql Host

leulae

Member
Joined
Aug 31, 2009
Messages
7
Programming Experience
Beginner
I develop VB.Net application, back end is MySql 5, It works in developed machine, but when I deploy it to the other machine in the same LAN it gives the error “Unable to connect to any host of the specified MySql Host” (LAN works perfectly). I disable the firewall but problem remain as same, Please direct me to overcome this situation


Connection String: "server=192.168.1.204;Database=myDataBAse;userid=user;password=user;pooling=false"

Thanks in advance

Leulae
 
Back
Top