
Backup your MySQL database to Amazon AWS S3 using a PHP script
This is a followup on How to backup your web site or blog to Amazon AWS S3. This time we do a backup of your database and save it to Amazon AWS. This is very similar to the previous post and requires the AWS SDK for PHP, a bucket in AWS S3 and also some…