Programming
EN
MySQL database replication using SSL on Ubuntu 12.04
[]
A Web Developer's Diary - Blog
This tutorial describes how to set up database replication for MySQL using SSL on Ubuntu 12.04. There are some tutorials out there, but I found out they are a little outdated and don't work as well any more (at least not for Ubuntu specifically). So I decided to write down my experience for other developers who find them selves setting up MySQL database replication to make their lives easier.First, we start with setting up the master server. Last, we set up the slave server to download database
[...]