macOS
brew install mydumperlocal Homebrew formula metadata
brew
mydumper のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install mydumperlocal Homebrew formula metadata
nix profile install nixpkgs#mydumpernixpkgs package indexes · pkgs/by-name/my/mydumper/package.nix · ソース: api.github.com
sudo apt install mydumperUbuntu 24.04 LTS package indexes · mydumper · ソース: archive.ubuntu.com
概要
MySQL logical backup tool
履歴
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`.
セキュリティ状態
mydumper に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
mydumper | cli | グローバル実行可能ファイル | |
myloader | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/mydumper/mydumper
インストールメタデータ
| パッケージキー | brew:mydumper |
|---|---|
| バージョン | 1.0.3-1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/mydumper |
| ホームページ | https://github.com/mydumper/mydumper |
| リポジトリ | https://github.com/mydumper/mydumper |
| 上流ドキュメント | https://github.com/mydumper/mydumper#readme |
| ライセンス | 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 |
| Pulse | updated |
| 依存関係 | glib, mariadb-connector-c, openssl@3, pcre2 |
| ビルド依存関係 | cmake, pkgconf, sphinx-doc |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
mydumper
nix profile install nixpkgs#mydumpermydumper 0.10.1-1ubuntu3
High-performance MySQL backup tool
https://github.com/maxbube/mydumper
sudo apt install mydumpermydumper-doc 0.10.1-1ubuntu3
High-performance MySQL backup tool - documentation
https://github.com/maxbube/mydumper
sudo apt install mydumper-docソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.