mysql-utilities 1.6.1-2 source package in Ubuntu

Changelog

mysql-utilities (1.6.1-2) unstable; urgency=low

  * Added "debian/gbp.conf".
  * Upload to unstable.

 -- Dmitry Smirnov <email address hidden>  Sat, 23 May 2015 16:51:15 +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
Xenial release universe database

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mysql-utilities_1.6.1-2.dsc 2.0 KiB 3ad6ec224b20ae3284b594f70a9d296a6c8e1234ade76053d1dc97244c686fd3
mysql-utilities_1.6.1.orig.tar.gz 778.4 KiB 6f68daf897441809238205c3baf62b55e1ade3164a18bf4b89638bc80b7627c4
mysql-utilities_1.6.1-2.debian.tar.xz 8.4 KiB 8a6cc786329e441a0f4a9682e27ce5aa59a734cb87767ef4bbff588b425cf9df

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
  mysqlbinlogmove : move binlog files to a different location
  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
  mysqlfabric : server farm management framework
  mysqlfailover : automatic replication health monitoring and failover
  mysqlfrm : show CREATE TABLE from .frm files
  mysqlgrants : privilege display utility
  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
  mysqlrplms : establish a multi-source replication topology
  mysqlrplshow : show slaves attached to a master
  mysqlrplsync : check the data consistency between master and slaves
  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