mysql-utilities 1.3.5-2 source package in Ubuntu

Changelog

mysql-utilities (1.3.5-2) unstable; urgency=medium


  * Removed "namespace.patch" and added "mysql-utilities.pyremove"
    to avoid collision with "python-mysql.connector"; Added versioned
    dependency on "python-mysql.connector" due its switch to dh_python2
    (Closes: #739487).
  * Removed obsolete override_dh_auto_install.
  * "get-orig-source" to use `uscan` to download orig.tar.
  * Standards to 3.9.5.

 -- Dmitry Smirnov <email address hidden>  Mon, 03 Mar 2014 16:14:14 +1100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe database

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
mysql-utilities_1.3.5-2.dsc 1.9 KiB 46c85d657fbd52e659c6c728c5a6dcf479c8c1e542392f93518f3a4445d937af
mysql-utilities_1.3.5.orig.tar.gz 361.4 KiB eabb6bca26c4132b8ae7c758d5486ba12c810e40ebf904b471152a9145c06dfa
mysql-utilities_1.3.5-2.debian.tar.xz 7.7 KiB 0bb56f707c703abfa06c318b7d2b02a89a14dc8af391a724c246b0c57690714e

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