Download List

프로젝트 설명

MySQLBackup is a script that allows you to make date-time stamped backups of individual MySQL databases. Each database backup is a gzip compressed SQL script that can be restored and imported via the mysql command line tool. The tables of each database being backed up are locked, preserving data integrity. While this does temporarily prevent writes to the tables, the impact is reduced by backing up each database separately. This script backs up all databases accessible to the mysql user that it is configured to use. That means this script is useful to the sysadmin as well as to regular users who wish to maintain backups of their own MySQL databases.

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.

2009-11-13 03:22
0.7B

이 릴리스에는 수정 유틸리티는 파일 경로를 코드에서 잘못된 논리. 그것은 검색 경로 일반적인 경로는 위치의 설정을 추가합니다. 그것은 데이터베이스를 백업에서 information_schema를 제거합니다.
This release fixes bad logic in the utility file path code. It adds a set of common path locations to the search path. It removes information_schema from databases backups.

2009-07-25 08:31
0.6B

더이상은 SQL 초기 데이터베이스를 지정하도록 수정되었습니다 문자열을 연결할 수있습니다. 이 릴리스에는 수표를 확실 [mysqldump입니다] ~ /. my.conf 파일에서 섹션을 확인하십시오.
The SQL connect string has been modified to no longer specify an initial database. This release checks to make sure there is a [mysqldump] section in the ~/.my.conf file.

Project Resources