Category Archives: MySQL

Backup MySQL using PHP

A PHP script for backing up your MySQL databases. Can easily be added to a cron job to have scheduled database backups made. The PHP script below is based on the Back up Mysql database via PHP snippet found on DZone.com, but modified to suit my needs for versioning rather than creating a new filename every… Read More »