Other computer can't 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:13 UTC
Read the original article
Hit count: 193
I have a VB .NET program the uses a MySQL database. It works when the computer that has WAMP installed is the one running the program.
The same program now displays an Unhandled Exception
error when the computer it's running on does not have WAMP installed (and running). The only thing that is installed is the MySQL connecter net.
How can I make this work?
I have already tried opening port 20 by configuring the firewall. I did this for both TCP and UDP.
© Super User or respective owner