How to install MYTOP

Description: "mytop is a console-based (non-gui) tool for monitoring the threads and overall performance of a MySQL 3.22.x, 3.23.x" ( http://jeremy.zawodny.com/mysql/mytop/ )

Note: Is necessary to install 2 perl modules to ensure that mytop will work.

1. Installing TermReadKey
On some folder (eg. /root/dwl):
# wget http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/TermReadKey-2.30.tar.gz
# tar -zxf TermReadKey-2.30.tar.gz
# cd TermRead*
# perl Makefile.PL
# make test
# make
# make install

2. Installing DBI
On some folder (eg. /root/dwl):
# wget http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/DBI-1.48.tar.gz
# tar -zxf DBI-1.48.tar.gz
# cd DBI*
# perl Makefile.PL
# make test
# make
# make install

3. Installing mytop:
On some folder (eg. /root/dwl):
# wget http://jeremy.zawodny.com/mysql/mytop/mytop-1.4.tar.gz
# tar -zxf mytop-1.4.tar.gz
# cd mytop*
# perl Makefile.PL
# make test
# make
# make install

2 Comments:

Anonymous said...

May have to create database "test"

Anonymous said...

Thank You very very Much for step by step installation porcess…. Great Job… God Bless you

Arun.P
blogger.arunp@gmail.com