Skip to content

thamaraiselvam/backup-whole-database-using-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

backup-whole-database-using-php

create backup for whole database using php

edit : backup_tables('your host address','username','password','db name');

example backup_tables('localhost','root','','test');

it will create .sql file in same folder where this code running

once you done it , if you wanto import .sql file using php see here https://github.com/Thamaraiselvam/Import-.sql-file-using-php

About

create backup for whole database using php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages