Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

license: see license.txt

example of use:
try{
	$backupDriver = new V6_Db_Backup_Server_PdoMysqlBackupDriver(get instance of pdo);
	$verifier = V6_Db_Backup_Server_HashFunctionPasswordVerifier::create('sha1', sha1 hash of your PWD);
	$bu = new V6_Db_Backup_Server_BackupProvidingApplication($verifier, $backupDriver);
	$bu->setTableQuote('`');
	$bu->run();
}catch(Exception $e){
	error handling
}

SECURITY WARNING: V6_Db_Backup_Server_PdoMysqlBackupDriver allows SQL injection for authorized users!

client: http://github.com/v6ak/DbBackuper-client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages