mysql-utilities 1.3.5-1 source package in Ubuntu

Changelog

mysql-utilities (1.3.5-1) unstable; urgency=low


  * New upstream release [August 2013]
  * Removed "python-sphinx" from Build-Depends.
  * New "man.patch" to fix "can't break line" warnings and improve
    SYNOPSIS formatting.
  * Package description is updated to mention new utilities:
    + mysqlauditadmin
    + mysqlauditgrep
    + mysqlfrm
  * Added "mysqlfrm.1" man page and target for its semi-automatic
    generation using `help2man`.
  * "debian/watch" is updated to check development tar releases on
    "mirrorservice.org".
  * Improved post-build unit tests invocation.

 -- Dmitry Smirnov <email address hidden>  Mon, 09 Sep 2013 10:57:34 +1000

Upload details

Uploaded by:
Dmitry Smirnov
Uploaded to:
Sid
Original maintainer:
Dmitry Smirnov
Architectures:
all
Section:
database
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
mysql-utilities_1.3.5-1.dsc 1.9 KiB e18e5f396305cf4fe7dc793991b8e33e24da39d8a2503b73bfd0150e95014b4a
mysql-utilities_1.3.5.orig.tar.gz 361.4 KiB eabb6bca26c4132b8ae7c758d5486ba12c810e40ebf904b471152a9145c06dfa
mysql-utilities_1.3.5-1.debian.tar.xz 7.8 KiB 0ba4d341a2be7003008a3ac3f011dde5b4d8079f8b05ddedbe52cef7b9a969f4

Available diffs

No changes file available.

Binary packages built by this source

mysql-utilities: collection of scripts for managing MySQL servers

 MySQL Utilities is both a set of command-line utilities as well as a
 Python library for making the common tasks easy to accomplish. The
 library is written entirely in Python, meaning that it is not
 necessary to have any other tools or libraries installed to make it
 work.
 .
 MySQL Utilities are intended to make working with servers easier.
 It is part of the MySQL Workbench.
 .
 This package provides the following utilities:
  mysqlauditadmin : maintain the audit log
  mysqlauditgrep : search an audit log
  mysqldbcompare : check two databases and identify any differences
  mysqldbcopy : copy databases from one MySQL server to another
  mysqldbexport : export a list of databases in a variety of formats
  mysqldbimport : import object definitions or data into a database
  mysqldiff : identify differences among database objects
  mysqldiskusage : show disk usage for one or more databases
  mysqlfailover : automatic replication health monitoring and failover
  mysqlfrm : show CREATE TABLE from .frm files
  mysqlindexcheck : check for redundant or duplicate indexes
  mysqlmetagrep : search MySQL servers for objects matching a pattern
  mysqlprocgrep : search MySQL servers for processes matching a pattern
  mysqlreplicate : setup replication among two MySQL servers
  mysqlrpladmin : administration utility for MySQL replication
  mysqlrplcheck : check prerequisities for replication
  mysqlrplshow : show slaves attached to a master
  mysqlserverclone : start a new instance of an existing MySQL server
  mysqlserverinfo : display common diagnostic information from a server
  mysqluc : command line client for running MySQL Utilities
  mysqluserclone : copy a MySQL user to new user(s) on another server