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 :)
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 :)
Are the web server (presumably Apache?) and the database on different machines? Databases are usually only configured for local access.
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?