Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 285 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 285 Bytes

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.