IntroductionSimple MySQL Backup is a backup script written in PHP that can backup your database and send the backup to any destination via email. Requirements- PHP 5.x
- Right to execute the "exec" command in PHP
- mysqldump
- gzip
Execution- Download the current version
- review the contained sample.php file - it's well documentated and covers all possibilities of the script
|