diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-23 22:19:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-23 22:19:26 +0000 |
commit | 00fac2543edcd3e3876e2f26036c8392acccfe3e (patch) | |
tree | fd4f1716904d47c64c0f529f6ec568f2a01088a3 /databases/Makefile | |
parent | 116284ba956af8f224199a18960be75aca9fd5d1 (diff) | |
download | ports-00fac2543edcd3e3876e2f26036c8392acccfe3e.tar.gz ports-00fac2543edcd3e3876e2f26036c8392acccfe3e.zip |
mysqlreport makes a friendly report of important MySQL status values.
mysqlreport transforms the values from SHOW STATUS into an easy-to-read
report that provides a much more in-depth understanding of how well
MySQL is running. For this and many other reasons, mysqlreport is
a better alternative (and practically the only alternative) to
manually interpreting SHOW STATUS.
WWW: http://hackmysql.com/mysqlreport
PR: ports/105787
Submitted by: Alexander Zhuravlev <zaa at zaa.pp.ru>
Notes
Notes:
svn path=/head/; revision=177932
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index e2d2521c004f..53d9a09cb097 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -156,6 +156,7 @@ SUBDIR += mysqlcc SUBDIR += mysqlcppapi SUBDIR += mysqlman + SUBDIR += mysqlreport SUBDIR += mysqltcl SUBDIR += mytop SUBDIR += namazu2 |