Other computer can't connect to MySQL Database
- by user23950
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.