other computer in the network cannot connect to mysql database

Posted by user28233 on Server Fault See other posts from Server Fault or by user28233
Published on 2010-03-24T03:54:41Z Indexed on 2010/03/24 4:03 UTC
Read the original article Hit count: 288

Filed under:
|
|
|

I have a vb.net program that uses mysql as its database. And it works when the computer has wampservr installed. But the program gets an unhandled exception error when the computer where its running does not have a wampserver. The only thing that is installed in it is the mysql connector net. How do I make it work. I just want the two programs to access the same mysql database. I already opened port 20 by configuring firewall. Both in TCP and UDP. What do I do? Do I have to tweak the codes? Anyone in here who have tried this before?

© Server Fault or respective owner

other computer in the network cannot connect to mysql database

Posted by user23950 on Super User See other posts from Super User or by user23950
Published on 2010-03-24T03:55:47Z Indexed on 2010/03/24 4:03 UTC
Read the original article Hit count: 288

Filed under:
|
|
|

I have a vb.net program that uses mysql as its database. And it works when the computer has wampservr installed. But the program gets an unhandled exception error when the computer where its running does not have a wampserver. The only thing that is installed in it is the mysql connector net. How do I make it work. I just want the two programs to access the same mysql database. I already opened port 20 by configuring firewall. Both in TCP and UDP. What do I do? Do I have to tweak the codes? Anyone in here who have tried this before?

© Super User or respective owner

Related posts about vb.net

Related posts about mysql