Satelite servers
Revision as of 09:03, 8 September 2017 by old>Admin (Created page with " === ... Add access to the MySQL database iptables -A INPUT -i eth0 -p tcp -m tcp --dport 3306 -j ACCEPT sudo /etc/init.d/networking restart Test access from the...")
=
...
Add access to the MySQL database
iptables -A INPUT -i eth0 -p tcp -m tcp --dport 3306 -j ACCEPT sudo /etc/init.d/networking restart
Test access from the master server