How to Install and Uninstall mysql-utilities Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "mysql-utilities" package

Please follow the instructions below to install mysql-utilities on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install mysql-utilities

2. Uninstall "mysql-utilities" package

Please follow the step by step instructions below to uninstall mysql-utilities on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove mysql-utilities $ sudo apt autoclean && sudo apt autoremove

3. Information about the mysql-utilities package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: mysql-utilities
Priority: optional
Section: universe/database
Installed-Size: 2786
Maintainer: Ubuntu Developers
Original-Maintainer: Dmitry Smirnov
Architecture: all
Version: 1.6.1-2
Replaces: libmysql-diff-perl (<< 0.43-2)
Depends: python, python:any (<< 2.8), python:any (>= 2.7.5-5~), python-mysql.connector (>= 1.2.1)
Breaks: libmysql-diff-perl (<< 0.43-2)
Filename: pool/universe/m/mysql-utilities/mysql-utilities_1.6.1-2_all.deb
Size: 534208
MD5sum: 0313334b1ba3831139a58cc3bbd74340
SHA1: 40cc25ce3d7467c61a0a85fa1fcbc25d7a050562
SHA256: 41d5ffe634d559cd124087bcbd35f0dc250a57816250678920a853c184e131cc
Description-en: 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
Description-md5: 4072719a7f6d42dc0c75208b0c209bcf
Enhances: mysql-workbench
Homepage: https://launchpad.net/mysql-utilities
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu