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…