Tuesday, 21 January 2014

A simple MySQL Backup Tool

If you administer a website (or indeed a number of websites) you may need a tool which will allow you to simply backup a MySQL database on a regular basis.
Although there are a number of tools available online, none quite fit our needs. As a result, we’ve quickly written a simple MySQL backup tool in PHP.
Features
  • Tested compatible with PHP version 5.2.14 and MySQL 5.0
  • Allows for SQL and ZIP export of a single MySQL database
  • Lists previous backups made
This is version 0.1a – it is no doubt buggy. We would appreciate any feedback if you do decide to use the tool.
- See more 

No comments:

Post a Comment