Satelite servers
Revision as of 09:27, 8 September 2017 by old>Admin (→setting up a satelite server (work in progress))
setting up a satelite server (work in progress)
First do a normal TS installation
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
telnet sateliteServer 3306
Initially the servers should look alike so it is much easier to stream all data across
mysql -uLocalUser -pLocalPW > mysql -uRemoteUser -pRemotePW