PhpBackup4MySQL
Easily backup / restore MySQL in Php, with AWS S3 upload capability.
Easily backup and restore MySQL databases from a php script.
This project is written with shared hosting in mind, that is: it doesn't rely on "exec" from Php or such commands that won't be allowed with most host providers.
This lightweight project is a php class for easy MySQL backup integration within your scripts.
Despite its ease of use, this project handles advanced settings such as foreign key constraints and backup upload to AWS S3.
You may adjust the backup / restore modes...