Skip to content

ddlab/Simple-PHP-MySQL-dump-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

  • Script name : Simple PHP MySQL dump script
  • Based on script by: Mohammad M. AlBanna
  • Updated by: Dalibor Klobučarić
  • Website: dd-lab.net
  • Requrements: PHP vr 7.3 and up / MySQL 8.0 and up (MariaDB 10.0 and up) / Apache 2.4 and up
  • Tested on WAMP server 3.3.2.
  • Tested on LAMP server
  • Please change only this info
  • $dbuser = 'USERNAME_HERE';
  • $dbpass = 'PASSOWRD_HERE';
  • $dbname = 'DATABASE_HERE';
  • and runscript on your browser http://localhost/backup.php
  • also try to import it using phpmyadmin (just dump tables before)

About

Simple PHP MySQL dump script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages