macOS
brew install mydumperlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für mydumper in AI-Agent-Workflows.
Installation
brew install mydumperlocal Homebrew formula metadata
nix profile install nixpkgs#mydumpernixpkgs package indexes · pkgs/by-name/my/mydumper/package.nix · Quelle: api.github.com
sudo apt install mydumperUbuntu 24.04 LTS package indexes · mydumper · Quelle: archive.ubuntu.com
Überblick
MySQL logical backup tool
Verlauf
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`.
Sicherheitslage
Für mydumper wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
mydumper | cli | globales Executable | |
myloader | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/mydumper/mydumper
Installationsmetadaten
| Paketschlüssel | brew:mydumper |
|---|---|
| Version | 1.0.3-1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/mydumper |
| Homepage | https://github.com/mydumper/mydumper |
| Repository | https://github.com/mydumper/mydumper |
| Upstream-Dokumentation | https://github.com/mydumper/mydumper#readme |
| Lizenz | GPL-3.0-or-later |
| Quellarchiv | https://github.com/mydumper/mydumper/archive/refs/tags/v1.0.3-1.tar.gz |
| Zuletzt aktualisiert | 2026-06-22T14:05:34-07:00 |
| Pulse | updated |
| Abhängigkeiten | glib, mariadb-connector-c, openssl@3, pcre2 |
| Build-Abhängigkeiten | cmake, pkgconf, sphinx-doc |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-docQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.