mysql-utilities 1.1.2-1 source package in Ubuntu

Changelog

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


  * Upload to unstable.
  * "X-Python-Version: >= 2.7" to stop using deprecated python-2.6.

 -- Dmitry Smirnov <email address hidden>  Tue, 14 May 2013 15:02:12 +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

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
mysql-utilities_1.1.2-1.dsc 1.9 KiB c45498c5ebbd1b0eca121ba1875f445ab973ab7f73d63843190ab29edff10cf0
mysql-utilities_1.1.2.orig.tar.xz 289.0 KiB a3f71a5296576ff2f1e1b69cf7fb8ab7278c3388e0de0c097ac970d97ecf186f
mysql-utilities_1.1.2-1.debian.tar.xz 3.8 KiB 75a509cf17837ad7bf4ceefdb83526643fc924aee87072ece1992e906d6a97ed

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