Set up the firewall to listen MySQL on port 3306 Rumi, September 6, 2008 Just a small tweaking comnand that allows MySQL server on a linux server to open & listen to port 3306 for remote connectivity- [root@linux root]# iptables -I INPUT -p tcp –dport 3306 -j ACCEPT Administrations Configurations (Linux) Networking