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 and database parameters from config file. A couple of example files are included for test.
Features
- Easy MySQL backup from php class
- Restore MySQL backup from php class
- Local (server) backup copy
- Possible remote (Amazon S3) backup copy
Categories
DatabaseLicense
BSD LicenseFollow PhpBackup4MySQL
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
Phpbackup4mysql is excellent! Thanks.