Streaming MySQL backup

This week I needed to backup a Percona MySQL server.One solution for this, is to stop the MySQL server, create a mysqldump, and transfer it to your backup location. However, depending on your tables and data size, this might not be the best solution. Especially if the database you want to backup is a live… Continue reading Streaming MySQL backup