simple source code for export/backup, donwload, & import/restore MySQL database using PHP

simple source code for export/backup, donwload, & import/restore MySQL database using PHP - good night everyone, this time i will share to you about simple application which is made from native php for exporting and importing MySQL database. the looking for this application is so simple because this is just a beginning project. just to make this function work, and we can use this source code for your own project.

to instal this application is so easy, you just need to download this source code first, then extract this zip file. make a database on your phpmyadmin, the name of database is similar with the name of database in the connection file. after that import the.sql file on your extracted folder. if your imported file was finish then copy your backup folder to your htdocs folder in your directory. after than open the application with browser at localhost/backup.  if you click backup database link, the php will automatically exporting database and put it in the same folder with the file which is execute export database. download database link will download your backup file with .sql extension. and restore form will restoring/importing your .sql file into your database.  

yout can download this source code at here, happy coding :D

Komentar