Skip to content

A simple PHP script that allows you to backup MySQL databases to separate files

Notifications You must be signed in to change notification settings

joshpennington/MySQL-PHP-Backup-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

MySQL-PHP-Backup-Script

A very simple PHP script that creates a backup of all databases that a user has access to and puts them in separate files.

It is pretty simple to use. All you have to do is put your username and password in the $user and $password variables and run the script.

The only thing that could trip you up is if you are unable to run system commands using the system function. To get around this you could just comment out the system function call below and pipe the output of the program to a file and run it as a batch file.

About

A simple PHP script that allows you to backup MySQL databases to separate files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages