What to do when you want to analyze data contained in database without overloading the server? The answer is simple as you can use MySQL Master-Slave replication to offload this task. I will describe it briefly here.
Tag: MySQL
Simple shell script to backup MySQL databases.