Download List

Descripción del Proyecto

MySQL Backup is a Perl script that uses mysqlshow
to grab the database names and "show tables" to
grab the table names for a user's account, and
then uses mysqldump to save the data in a
subdirectory named in the script. It then tars and
gzips the files, using the date and time for the
file name. It can be run from cron on a daily
basis. It removes old files and has an option to
email the gzip file to an admin, and/or FTP the
file to a remote server. It also has options to
use "select data into outfile" or a regular
"select" for users who can't use mysqldump. It
supports LARGE sets of databases and tables.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-05-26 10:44 Back to release list
2.2

Una solución para un error (cambio de 'usuario' y 'contraseña' en la sección de configuración para 'w_user' y 'w_password' para ser coherente con la rutina connect_to_db).
Tags: Stable, Minor bugfixes
A fix for a typo (changing 'user' and 'password' in the setup section to 'w_user' and 'w_password' to be consistent with the connect_to_db routine).

Project Resources