Donwload:
http://jeremy.zawodny.com/mysql/mytop/
Install:
tar -zxvf mytop-*
cd mytop-*
perl Makefile.PL
make
make test
make install
cd ..
rm -rf mytop-*
Fix MyTop Error
#mytop
Error in option spec: "long|!"
pico /usr/bin/mytop
Run a search for long|! and comment out the following line:
“long|!” => \$config{long_nums},
Here's the exact error from DBI. It might help you debug:
Unknown database 'test'
mysql
create database test;