Recommend this page to a friend! |
Download .zip |
Info | View files (4) | Download .zip | Reputation | Support forum (6) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2009-12-03 (6 years ago) | Not enough user ratings | Total: 1,126 | All time: 3,223 This week: 897 |
Version | Licenses | PHP version | Categories | |||
eskuel 1.0 | GNU Free Document... | 5.0 | Databases, Systems administration |
Description | Author | ||||||||
This class can be used to backup MySQL databases generating SQL files |
|
***Developer: Anish Karim C*[thecoderin@gmail.com]***** * * * ***ClassFor: MySQL Database BackUP*********************** * * * ***CreatedOn: 19th November 2009***************************** * * * **************************************************************** * * * C * * * *************************************************************** * * * ************************************************************* * * * ***Suggestions and Comments are welcome****************** * * * Detailed Discription on this package is given on: http://is.gd/5b3Xk This package contains three files. 1. mysql.class.inc - PHP class file 2. config.php - Class variable configuration file 3. backup.php - PHP file we assign configurations to class variables and call the mysql back-up function. +++++FACILITIES+++++ ------------------------------------------------------------------- Easy to configure : Just made changes on config.php Configurable filename : in backup.php provides the facility to change the name of .sql file on your wish. Mail function : Automatically mail the database backup into your inbox if you configure MailTo variable. Clear File after sending: If set DAS of mailer array to true. It will automatically removes the sql file from the server after sending the sql file to you through e-mail. Enjoy... Anish Karim C. developer (c) Designed and Developed By: Anish karim C. Free for Use and Edit. But do remember me. Visit My blogs : thecoderinc.blogspot.com : ubutrix.blogspot.com |
Files |
File | Role | Description |
---|---|---|
README.txt | Doc. | Reade Me File |
backup.php | Example | Function Invoker |
config.php | Conf. | Configuration File |
mysql.class.inc | Class | Main Class File |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Comments (2) | ||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
How to Config Blog Link for complete description |
Pages that reference this package |
Como realizar una copia de seguridad de todas las tablas de una base datos MySQL Siempre que se trabaja con base de datos se recomienda sacar Backups(copias de seguridad) con suma frecuencia para evitar pasar malos ratos... |