diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-26 23:33:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-26 23:33:01 +0000 |
commit | f7acb6707d288a58daf38b586c5dbb0b74341e98 (patch) | |
tree | 2305f18a114b8e4ed9da8f502b968c7bb78c9cfb /databases/mysqltuner/pkg-descr | |
parent | a4928258a2fd2d4d1e414b23500013881b85bd94 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=220873
Diffstat (limited to 'databases/mysqltuner/pkg-descr')
-rw-r--r-- | databases/mysqltuner/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/mysqltuner/pkg-descr b/databases/mysqltuner/pkg-descr new file mode 100644 index 000000000000..52941f21a608 --- /dev/null +++ b/databases/mysqltuner/pkg-descr @@ -0,0 +1,8 @@ +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 |