tags:

views:

37

answers:

3

I currently have a web server in front of a firewall and my MySQL DB behind the firewall.

I have already opened port 3306 for tcp, but still cannot connect thru the firewall.

Any ideas?

Thanking all in advance :)

A: 

Are the web server (presumably Apache?) and the database on different machines? Databases are usually only configured for local access.

me_here
Mysql was setup correctly....issue was the firewall NAT'ing had gone south...THansk for the help
A: 

There is not only the firewall that has to be configured, but MySQL itself, too.

For instance, take a look at this article : How Do I Enable Remote Access To MySQL Database Server?

Pascal MARTIN
A: 

Issue was not with MySQL. MySQL was setup correectly, my firewall had gone south. Got a new firewall adn worked fine.