diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-27 07:33:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-27 07:33:01 +0800 |
commit | 37d00966c7af674db3820b38263d14a10958c051 (patch) | |
tree | ccca63c630204da619618238b1832b7091fe0225 /databases/Makefile | |
parent | e06051e7e97c00bdfb6999f3dbce62208a116cd5 (diff) | |
download | freebsd-ports-gnome-37d00966c7af674db3820b38263d14a10958c051.tar.gz freebsd-ports-gnome-37d00966c7af674db3820b38263d14a10958c051.tar.zst freebsd-ports-gnome-37d00966c7af674db3820b38263d14a10958c051.zip |
MySQLTuner is a script written in Perl that will
assist you with your MySQL configuration and make
recommendations for increased performance and
stability. Within seconds, it will display
statistics about your MySQL installation and the
areas where it can be improved.
WWW: http://wiki.mysqltuner.com/MySQLTuner
PR: ports/127237
Submitted by: Wen heping <wenheping at gmail.com>
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 b02fae9bb925..89a500344d1c 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -193,6 +193,7 @@ SUBDIR += mysqlreport SUBDIR += mysqlsla SUBDIR += mysqltcl + SUBDIR += mysqltuner SUBDIR += mytop SUBDIR += mywwwatcher SUBDIR += namazu2 |