Skip to content

Uses simple php script to restore or create database from dump file

Notifications You must be signed in to change notification settings

kmedara/DB-restore-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

DB restore

Simply restores a database with a php file in case DB becomes corrupted or unusable. Checks if dump file exists, drops DB if DB exists, explodes queries into array on semi-colons. Executes those queries on the database, one by one. Can be used from a button on the page.

About

Uses simple php script to restore or create database from dump file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages