RETURN TO PART-1 Installation/Configuration of Saturn (mysql slave) yum install -y mysql-server Update the following values in /etc/my.cnf server-id = 2 start the mysql server Export the db dump. cat universe.sql | mysql Configure SSH Tunneling. Here, we will use a local user account adduser sqltunel su – sqltunnel ssh-keygen […]