PHP Classes
elePHPant
Icontem

Generate Mysqli Backup: Download backup from SQL dump using MySQLi

Recommend this page to a friend!
  Info   View files Example   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2017-06-01 (10 days ago) RSS 2.0 feedNot yet rated by the usersTotal: 12 This week: 12All time: 8,902 This week: 86Up
Version License PHP version Categories
mysqlibackup 1.0GNU General Publi...5PHP 5, Databases, Systems administration
Description Author

This class can download backup from SQL dump using MySQLi.

It can connect to a given database with the user and password of an account and generates SQL statements to restore the database tables and records when the SQL statements are executed.

The generated SQL statements are served as a file for download with a given file name or an automatic name based on the current date and time.

  Performance   Level  
Name: Vivek moyal <contact>
Classes: 5 packages by
Country: India India
Innovation award
Innovation award
Nominee: 1x

Details

mysql-backup

This class will backup whole database or selected tables from the database

For exporting the database as .sql file use this function.

echo $backupClass->EXPORT_TABLES($host, $user, $pass, $dbName, $tables, $backupName);
  Files folder image Files  
File Role Description
Plain text file backupClass.php Class Class source
Accessible without login Plain text file index.php Example Example script
Accessible without login Plain text file README.md Doc. Documentation

 Version Control Unique User Downloads Download Rankings  
 100%
Total:12
This week:12
All time:8,902
This week:86Up