PHP Script to Dump and Backup Mysql Database


With Below PHP scripts you can easily Dump or Backup Complete Mysql Database.

You can download complete script from Github:

Download

Uses:

Run demo.php file on browser. This will create your Mysql file as per given in demo.php file settings.

Note: Read complete settings for different options from

https://github.com/vijayrami/PHP-Mysql-Export/blob/master/README.md

you can easily create your zip file of large sql file with createzip.php script.

you can also delete large file by running deletelargefile.php script.

Also deleteDirectory.php script file uses one recursive function which will remove an entire directory, deleting files and sub-directories it may contain.

Post a Comment

0 Comments