PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Vivek moyal   Generate Mysqli Backup   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Generate Mysqli Backup
Download backup from SQL dump using MySQLi
Author: By
Last change:
Date: 6 years ago
Size: 247 bytes
 

Contents

Class file image Download

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);