The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.03 - 2006-04-17

  • Corrections for index parsing. Thanks for Dree <dree@perl.it> for his comments on previous version.
  • accepting of backuping only needed tables: my $mb = new MySQL::Backup('perldesk','127.0.0.1','user','password',{tables => [perlDesk_calls, perlDesk_users]});
  • accepting few additional params, also..
  • added support of MySQL5: problems with reserved words fixed
  • added function for restore and upgrade DB from file

Modules

Perl extension for making backups of mysql DBs.