| Port details |
- mydumper MySQL Data Dumper
- 1.0.0.1 databases
=2 0.21.3.1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2009-03-05 18:40:17
- Last Update: 2026-05-02 11:13:25
- Commit Hash: 969cdcd
- People watching this port, also watch:: sa-stats, screen, policyd2
- 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 = 1777572476
SHA256 (mydumper-mydumper-v1.0.0-1_GH0.tar.gz) = ad88b1a91732edc515632a1967a2a41d2202468a21d839bb8ed7f2544d07d4a6
SIZE (mydumper-mydumper-v1.0.0-1_GH0.tar.gz) = 904462
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.24 : databases/mysql84-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.1_2 08 Mar 2013 10:51:36
  |
kwm  |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
0.5.1_2 10 Dec 2012 19:11:12
  |
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
0.5.1_1 22 Sep 2012 07:10:59
  |
rm  |
- install `myloader' binary too
- bump PORTREVISION
while here:
- convert Makefile header to two-lines format
- remove cmake from BUILD_DEPENDS, because it's implied by USE_CMAKE
- tab -> space in pkg-descr
PR: 171827
Submitted by: Armin Gruner <ag-freebsd at muc dot de>
Approved by: Gea-Suan Lin <gslin at gslin dot org> (maintainer) |
0.5.1 06 Jan 2012 10:02:41
 |
culot  |
- Update to 0.5.1
PR: ports/163819
Submitted by: Joe Horn <joehorn@gmail.com>
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
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> |