Recommend this page to a friend! |
Download .zip |
Info | Example | View files (3) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2020-12-25 (2 months ago) | Not yet rated by the users | Total: 58 This week: 1 | All time: 9,878 This week: 353 |
Version | License | PHP version | Categories | |||
sadatdbdumper 1.0.0 | The PHP License | 5 | PHP 5, Databases, Systems administration |
Description | Author | |||||||||||||
This class can be used to dump a MySQL database using mysqldump or output SQL statements. |
|
include class
include('dump.class.php');
set host
$sql->setDBHost('127.0.0.1');
set port
$sql->setDBPort('3306');
set username
$sql->setDBUsername('root');
set password
$sql->setDBPassword('temasek209!');
set sql file name
$sql->setSQLFileName('peregrin');
set sql dump path, make sure the path has read and write privileges
$sql->setDumpPath('/var/www/');
Incase there is no mysqldump in your path or its not installed
$sql->setMySQLDump(false);
set download, if you wanna run it through a browser and download the sql file
$sql->setDownloadSQLFile(true);
set download, if you wanna run it through a browser and download
$sql->setDownloadSQLFile(true);
dump MySQL File
$sql->dumpDB(true);
Files |
File | Role | Description |
---|---|---|
dbdump.php | Example | Example script |
dump.class.php | Class | Class source |
readme.md | Doc. | Documentation |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.