# mydumper を Homebrew, Nix, apt でインストール

mydumper のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:mydumper
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install mydumper
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#mydumper
```

  証拠: nixpkgs package indexes: pkgs/by-name/my/mydumper/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- Ubuntu apt (92%):

```sh
sudo apt install mydumper
```

  証拠: Ubuntu 24.04 LTS package indexes: mydumper from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

## パッケージ情報

- **パッケージキー:** brew:mydumper
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/mydumper>
- **バージョン:** 1.0.3-1
- **ソース概要:** MySQL logical backup tool
- **ホームページ:** <https://github.com/mydumper/mydumper>
- **リポジトリ:** <https://github.com/mydumper/mydumper>
- **ライセンス:** GPL-3.0-or-later
- **ソースアーカイブ:** <https://github.com/mydumper/mydumper/archive/refs/tags/v1.0.3-1.tar.gz>
- **最終更新:** 2026-06-22T14:05:34-07:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- mydumper (cli)
- myloader (cli)
- mydumper (エイリアス)
- myloader (エイリアス)

## 依存関係

- glib
- mariadb-connector-c
- openssl@3
- pcre2

## ビルド依存関係

- cmake
- pkgconf
- sphinx-doc

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.0.3-1
- マネージャ更新日: 2026-06-22
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/mydumper/mydumper
- 検出された最新: v1.0.3-1 (最新)
## プロジェクトの歴史と使われ方

MyDumper is a community-maintained logical backup and restore toolset for MySQL-family databases. Its own documentation frames the project as a response to the limits of mysqldump: mysqldump is widely used for logical backups, but its single-threaded design makes large backups and restores slow. MyDumper split that workflow into two programs, `mydumper` for exporting consistent backups and `myloader` for importing them, with both tools built around multithreading.

### プロジェクトの歴史

The project has long occupied the DBA niche between the official mysqldump client and heavier physical-backup systems. Package descriptions and project documentation emphasize separate output files for tables and metadata, consistent snapshots across worker threads, binary log position capture, compression, regex-based selection, and parallel restore. A 2015 Percona post about version 0.9.1 highlighted full schema support in MyDumper/MyLoader, reducing the need to combine MyDumper data dumps with mysqldump schema dumps.

### 使われ方

In practice, MyDumper is used for fast logical backups, restores, and migrations where SQL-level portability matters but database size makes serial dumps painful. Cloud migration guides from Microsoft describe mydumper/myloader as community tools for large Azure Database for MySQL migrations, including examples that run MyDumper near the source database, tune thread counts, split table data into chunks, compress traffic, and restore with MyLoader on the target. Homebrew, Nix, and Ubuntu package it as `mydumper`, usually exposing the two command-line programs `mydumper` and `myloader`.

### ソース

- <https://community.linuxmint.com/software/view/mydumper>
- <https://formulae.brew.sh/formula/mydumper>
- <https://github.com/mydumper/mydumper>
- <https://learn.microsoft.com/en-us/azure/mysql/migrate/concepts-migrate-mydumper-myloader>
- <https://mydumper.github.io/mydumper/docs/html/index.html>
- <https://www.percona.com/blog/logical-mysql-backup-tool-mydumper-0-9-1-now-available/>


## セキュリティノート

mydumper に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。


## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** mydumper
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 他のパッケージマネージャ記録

- Nix - mydumper: normalized package name match | nixpkgs package indexes: pkgs/by-name/my/mydumper/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - mydumper - 0.10.1-1ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: mydumper from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | High-performance MySQL backup tool | https://github.com/maxbube/mydumper
- Ubuntu apt - mydumper-doc - 0.10.1-1ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: mydumper-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | High-performance MySQL backup tool - documentation | https://github.com/maxbube/mydumper


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Archive and compression packages](https://pkg.so/ja/archive-compression-tools/) - Matched archive or compression metadata.
- [openssl@3](https://pkg.so/ja/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [glib](https://pkg.so/ja/brew/glib/) - Runtime dependency declared by Homebrew.
- [pcre2](https://pkg.so/ja/brew/pcre2/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [cmake](https://pkg.so/ja/brew/cmake/) - Build dependency declared by Homebrew.
- [sphinx-doc](https://pkg.so/ja/brew/sphinx-doc/) - Build dependency declared by Homebrew.
- [percona-xtrabackup](https://pkg.so/ja/brew/percona-xtrabackup/) - Shares pkgdb curated category or tags: backup, cli, data, database, mysql.
- [dumpling](https://pkg.so/ja/brew/dumpling/) - Shares pkgdb curated category or tags: backup, cli, data, database, mysql.
- [barman](https://pkg.so/ja/brew/barman/) - Shares pkgdb curated category or tags: backup, cli, data.
- [automysqlbackup](https://pkg.so/ja/brew/automysqlbackup/) - Shares pkgdb curated category or tags: backup, cli, data, database, mysql.
- [mysql](https://pkg.so/ja/brew/mysql/) - Shares pkgdb curated category or tags: cli, data, database, mysql.
- [mysql@8.0](https://pkg.so/ja/brew/mysql-8-0/) - Shares pkgdb curated category or tags: cli, data, database, mysql.
- [mysql@8.4](https://pkg.so/ja/brew/mysql-8-4/) - Shares pkgdb curated category or tags: cli, data, database, mysql.
- [lazysql](https://pkg.so/ja/brew/lazysql/) - Shares pkgdb curated category or tags: cli, data, database, mysql.
- [kitchen-sync](https://pkg.so/ja/brew/kitchen-sync/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, connector, data, database, mariadb.

## Combined YAML source

View the package source record on GitHub. [combined/mydumper.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mydumper.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
