Friday, June 6, 2008

How to install mtop for MySQL on RHEL 5.0 machine

How to install mtop for MySQL on RHEL 5.0 machine:

Step 1: Download
wget http://downloads.sourceforge.net/mtop/mtop0.6.6.tar.gz?modtime=1094947200&big_mirror=0

Step 2: unzip it.
gzip -d mtop-0.6.6.tar.gz

Step 3: Extract the files
tar xvf mtop-0.6.6.tar

NOTE: It will create a directory named ‘mtop-0.6.6’

Step 4: Install it.
mtop-0.6.6
perl Makefile.PL
sudo make
sudo make install


mtop is installed. If ‘which mtop’ is done, it will print
/usr/local/bin/mtop

No comments: