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 […]
nixhat
Install and Configure mysql master-master or master-slave replication using ssh tunneling. SSH tunneling helps you replicate securely.
Mysql Replication using SSH Tunneling

Yes, its now possible to host your entire website in S3. The only requirement is that the site should contains only static files, ie only html support at the moment. Earlier if you were browsing the bucket, the directory is listed. For example, lets assume a bucket named www.nixhat.com. When […]