< Home - < Back

mysqlreport


Information about the package, mysqlreport, which is shipped with common Linux distributions. The mysqlreport package is designed for, A friendly report of important MySQL status values.


Package Name:

mysqlreport

Summary:

A friendly report of important MySQL status values

Description:

mysqlreport makes a friendly report of important MySQL status values. It transforms the values from SHOW STATUS into an easy-to-read report that provides an in-depth understanding of how well MySQL is running, and is a better alternative (and practically the only alternative) to manually interpreting SHOW STATUS.

Architecture:

noarch

Version:

3.5

Release:

4.el6

Size:

43 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for mysqlreport


Control the mysqlreport package with the following handy commands outlined below.


Command

Description of Command

yum install mysqlreport

This command will install mysqlreport on the server.

yum remove mysqlreport

This command will un-install mysqlreport on the server. When you run this command, you will be asked if you are sure that you want to remove mysqlreport, so you have to manually confirm that you want to do this.

yum -y remove mysqlreport

This command will un-install mysqlreport on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove mysqlreport when using the -y flag.

yum update mysqlreport

This command will update mysqlreport to the latest version. When you run this command, you will be asked if you are sure that you want to remove mysqlreport, so you have to manually confirm that you want to do this.

yum -y update mysqlreport

This command will update mysqlreport to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove mysqlreport when using the -y flag.

yum info mysqlreport

This command will show you core information about the mysqlreport package.

yum deplist mysqlreport

This command will show you the dependencies for mysqlreport. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update mysqlreport

This command will check if there is an update waiting on mysqlreport. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.