Simple script to do backups of a MySQL database with phpmyadmin
You have a shared hosting with a MySQL database and PHPMyAdmin. You know how to "export" the database, but you'll like to do it every days/months..., to another server.
This PHP script do the job : it behaves like a user of the export function of PHPMyAdmin.
Download the code, nothing in the "Files" tab of SourceForge.
Free PHP script to backup and restore tables from MySQL database.
SBMD is a free and open source PHP script to Backup MySQL Database.
This script creates the backup of the MySQL tables in SQL format and saves it into a ZIP file on server. Also, it can restore the MySQL tables in your database from the SQL backup stored in ZIP archive.
- For other details and installation, see the readme.html page from the archive with the script.