| Port details |
- mydumper MySQL Data Dumper
- 0.21.2.3 databases
=4 0.19.4.7Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2009-03-05 18:40:17
- Last Update: 2025-12-19 11:11:28
- Commit Hash: 2eafec2
- People watching this port, also watch:: bonnie, p5-libwww, memcached, libevent, mysqltuner
- License: GPLv3
- WWW:
- https://github.com/mydumper/mydumper
- Description:
- MyDumper is a MySQL Logical Backup Tool. It has 2 tools:
- mydumper which is responsible to export a consistent backup of MySQL databases
- myloader reads the backup from mydumper, connects the to destination database
and imports the backup. Both tools use multithreading capabilities
Why do we need MyDumper?
- Parallelism (hence, speed) and performance (avoids expensive character set
conversion routines, efficient code overall)
- Easier to manage output (separate files for tables, dump metadata, etc, easy
to view/parse data)
- Consistency - maintains snapshot across all threads, provides accurate master
and slave log positions, etc
- Manageability - supports PCRE for specifying database and tables inclusions
and exclusions
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- mydumper>0:databases/mydumper
- To install the port:
- cd /usr/ports/databases/mydumper/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/mydumper
- pkg install mydumper
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mydumper
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1766036343
SHA256 (mydumper-mydumper-v0.21.2-3_GH0.tar.gz) = 88aa3ce5f750c61368054a7578145119bbf909007a332116e122144af4703283
SIZE (mydumper-mydumper-v0.21.2-3_GH0.tar.gz) = 865800
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libpcre2-8.so : devel/pcre2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libmysqlclient.so.21 : databases/mysql80-client
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_mydumper
- USES:
- cmake:insource compiler:c11 gnome mysql pkgconfig ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.5.0 14 Nov 2011 03:26:46
 |
rakuco  |
Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes |
0.5.0 20 Jul 2011 11:11:58
 |
jlaffaye  |
Update to 0.5.0
PR: ports/158433
Submitted by: Joe Horn <joehorn@gmail.com>
Approved by: maintainer timeout |
0.2.2 28 May 2011 14:06:36
 |
sunpoet  |
- Update to 0.2.2 while I'm here
Changes: https://launchpad.net/mydumper/0.2/0.2.2
PR: ports/157085
Submitted by: Joe Horn <joehorn@gmail.com>
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
0.1.8a_1 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
0.1.8a_1 19 Mar 2011 13:15:34
 |
ale  |
Bump PORTREVISION for ports linking to default libmysqlclient. |
0.1.8a 04 Sep 2010 21:30:28
 |
pav  |
- Attempt to fix build on 6.X
Reported by: pointyhat |
0.1.8a 02 Sep 2010 12:51:09
 |
pav  |
- Update to 0.1.8a
PR: ports/149881
Submitted by: Joe Horn <joehorn@gmail.com>
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
0.1.7 09 Nov 2009 14:43:28
 |
sylvio  |
- Update to 0.1.7
PR: ports/140353
Submitted by: Joe Horn <joehorn@gmail.com>
Approved by: Gea-Suan <gslin@gslin.org> (maintainer), itetcu, miwi (mentors) |
0.1.5 05 Mar 2009 18:39:45
 |
lwhsu  |
Add mydumper 0.1.5, mySQL Data Dumper.
PR: ports/132310
Submitted by: Gea-Suan Lin <gslin at gslin.org> |