Since I wrote about a method I had used to backup and email a mysql dump file I decided that that method could be improved upon, so I wrote this script to backup and email MySQL databases.
If you’re looking for a PHP script that will automatically create a backup of a MySQL database and email it to you (optionally) this script is for you.
The source is completely unlocked, so if you need to modify it, you easily can. Full documentation is included.
The script doesn’t need to know anything about the structure of your database, it automatically generates CREATE TABLE statements and appropriate INSERT statements. It writes a backup file to the server and, optionally, emails a copy to you.
Purchase the PHP / MySQL Database Backup Script Now
How it works
