2017 © Pedro Peláez
 

library mysqlbkp

Create and restore MySQL backups

image

sincco/mysqlbkp

Create and restore MySQL backups

  • Saturday, July 7, 2018
  • by ivanmiranda
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

MySQLBkp

Crea y restaura backups desde MySQL, para facilitar las tareaas de respaldo de tu sistema, (*1)

Basado en https://github.com/daniloaz/myphp-backup

Instalación

composer require sincco/mysqlbkp

Uso

Backup

$backupDatabase = new \Sincco\Tools\MySQLBkp('localhost', 'user', 'password', 'dbname', './bkp');
$backupDatabase->backupTables('*');

Restore

$backupDatabase = new \Sincco\Tools\MySQLBkp('localhost', 'user', 'password', 'dbname', './bkp', 'file.sql');
$restoreDatabase->restoreDb();

NOTICE OF LICENSE

This source file is subject to the Open Software License (OSL 3.0) that is available through the world-wide-web at this URL: http://opensource.org/licenses/osl-3.0.php, (*2)

Happy coding! - ivan miranda, (*3)

The Versions

07/07 2018

dev-master

9999999-dev

Create and restore MySQL backups

  Sources   Download

MIT

The Requires

  • php ^5.3.3 || >=7.0

 

mysql backup restore sincco mysqlbkp

02/07 2018

1.0

1.0.0.0

Create and restore MySQL backups

  Sources   Download

MIT

The Requires

  • php ^5.3.3 || >=7.0

 

mysql backup restore sincco mysqlbkp