mysql-utilities 1.6.4-1 source package in Ubuntu

Changelog

mysql-utilities (1.6.4-1) unstable; urgency=medium

  * New upstream release
  * extend packaging copyright years
  * bump Standards-Version to 3.9.8 (no changes needed)
  * rebase patches onto new upstream code
  * declare compat level 10

 -- Sandro Tosi <email address hidden>  Fri, 06 Jan 2017 14:50:05 -0500

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
Bionic release universe database

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mysql-utilities_1.6.4-1.dsc 2.0 KiB 032d9eaf5e16be7812108cc39e5086264f85d846039a908bdab38c3788a890a2
mysql-utilities_1.6.4.orig.tar.gz 643.9 KiB 2fc4deac92f458e90f5609da532bb52cbc4770442f1a5151f90df93b7eb5cef3
mysql-utilities_1.6.4-1.debian.tar.xz 8.1 KiB ee2c16f7413fb06d1d01001d67f49b6c321aca74b5058648639e20f2d1a494a3

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