Monday, May 2, 2016

PHP MySQL Backup PHP Script

PHP script to make SQL commands to delete, insert, and modify MySQL database table entries.

Useful for:
(1) when you update your database offline and import the changes to online database (especially incremental backups), or
(2) when you update your database online and want a SQL backup of the changes.

Download PHP/MySQL Backup Script