Download List

프로젝트 설명

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.

2002-03-02 05:15
2.5

타르, ls 및 멋진 휴가를 할 때 인자 목록이 너무 오래되면 같은 데이터베이스 및 테이블 (리눅스 유틸리티 큰 집합에 대한 지원; 스크립트를 하위 디렉토리에있는 모든 텍스트 파일의 위치 및 디렉토리 tars), 보안 그래서 업그레이 드하는 경우 - 사용자가없이. my.cnf 파일을 사용 (어느) 다음 mysqlshow해야 mysqldump를 실행하고 - 암호 매개 변수 (이 프로세스 목록에 나타나지)에서 사용자 암호를 방지할 수있습니다.
Tags: Stable, Major feature enhancements
Support for large sets of databases and tables (Linux utilities such as tar, ls and nice break when the argument list gets too long; the script places all the text files in a subdirectory and tars the directory), a security upgrade so that if you use a .my.cnf file (which you should) then mysqlshow and mysqldump run without the --user and --password parameters (which prevents the user and password from showing up in the process list).

2001-06-21 01:07
2.4

'w_user'설치 섹션에서 'w_password'뒤로 사용자가 '에'와 '사물을 좀 더. cnf 파일과 일치하도록 암호', 그리고이 변경되었습니다 버그이 v2.2로 바뀌었다 만들어 수정할 수있습니다. $ $ 사용자와 비밀 번호를 지금은 사방에 사용됩니다.
Tags: Stable, Minor bugfixes
'w_user' and 'w_password' in the setup section
have been changed back to 'user' and 'password' to
make things more consistent with the .cnf files,
and to fix a bug created when this was changed in
v2.2. $user and $password are now used everywhere.

2001-06-05 23:24
2.3

바르 $ cnf_file, $ ENV ( 'MYSQL_UNIX_PORT'), 그리고 $ mysql_backup_dir 모두 절대 경로를 사용하는 대신 ~ /이 제대로 작동하지 않았에서 홈 디렉토리의.
Tags: Stable, Minor bugfixes
The home directory in the vars $cnf_file,
$ENV{'MYSQL_UNIX_PORT'}, and $mysql_backup_dir all
use absolute paths instead of ~/, which didn't
work properly.

2001-05-26 10:44
2.2

오타를 수정 ( '및'비밀 번호 '설치 섹션에서'에 '와'w_password 'connect_to_db 일상과 일치하도록) w_user 사용자를 변경.
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).

2001-05-25 09:51
2.1

Tags: Stable, Initial freshmeat announcement

Project Resources