This class can generate a MySQL database backup with SQL statements.
It can execute queries to retrieve the listing of tables, fields and records of a MySQL database.
The class generates a string list of SQL queries that can be used to recreate the given database.
###################################################
# Dump data from MySQL database
# Name : DBackup (2011-23-2)
# Version : 1.0
# Author : Army.Hidden [ Hossein Sarlak ]
# WebSite -> PhpGrp.Com
# Description :
# $Backup = New DBackup('Location','Username','Password','DBName' [,'Table Name']);
# Example :
# $Backup = New DBackup('localhost','root','1234','Blog');
# And
# $Tables=array('Table1','Table2','Table3');
# $Backup = New DBackup('localhost','root','1234','Blog',$Tables);
###################################################
|
|
| Name: |
DBackup |
| Base name: |
dbackup |
| Description: |
Generate MySQL database backup with SQL statements |
| Version: |
1.0 |
| PHP version: |
3.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
385 users |
| All time rank: |
5573 |
| Week users: |
0 users |
| Week rank: |
2311  |
| |
|
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|