Closed andrewlkho closed 12 years ago
We need to check whether or not iptables needs to allow access (and from whom) to the MySQL port and edit he rules accordingly.
It doesn't as it is accessing via localhost and we have:
-A INPUT -i lo -j ACCEPT
We need to check whether or not iptables needs to allow access (and from whom) to the MySQL port and edit he rules accordingly.