diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-24 06:19:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-24 06:19:26 +0800 |
commit | 5a699cce8c3e7f173f65f877b2efe3ffd72390cc (patch) | |
tree | 868c9efc46ec6d23ea068f5734290d4d1d97edad /databases/Makefile | |
parent | c89ef4a6c221e1339e3ea81da50b695f4e8c861f (diff) | |
download | freebsd-ports-gnome-5a699cce8c3e7f173f65f877b2efe3ffd72390cc.tar.gz freebsd-ports-gnome-5a699cce8c3e7f173f65f877b2efe3ffd72390cc.tar.zst freebsd-ports-gnome-5a699cce8c3e7f173f65f877b2efe3ffd72390cc.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>
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 |