I have MySQL in a Linux box, and Visual Studio 2010 in Vista.
I try to connect to MySQL using the instructions from the MySQL. The problem is, that MySQL assumes that the MySQL database is in the same computer I'm programming in, so it instructs to type "localhost" in the "Server Name:" field.
Instead, I type in the IP address of my server. I get the following error message:
Unable to connect to any of the specified MySQL hosts.
Using the IP address in Dreamweaver, I'm able to connect to MySQL without a problem.
Does anybody have any suggestions?
I try to connect to MySQL using the instructions from the MySQL. The problem is, that MySQL assumes that the MySQL database is in the same computer I'm programming in, so it instructs to type "localhost" in the "Server Name:" field.
Instead, I type in the IP address of my server. I get the following error message:
Unable to connect to any of the specified MySQL hosts.
Using the IP address in Dreamweaver, I'm able to connect to MySQL without a problem.
Does anybody have any suggestions?