how to install mytop @ hosting murah

Mytop adalah sebuah applikasi yang memungkinkan anda untuk menampilkan processlist mysq melalui shell secara real time,  dimana dengan mytop anda bisa mengidentifikasi ketika ada masalah pada query yang di jalankan oleh user tertentu.

Berikut tahap-tahap installasinya

[root@user]# wget http://jeremy.zawodny.com/mysql/mytop/mytop-1.6.tar.gz
[root@user]# tar xvzf mytop-1.6.tar.gz
[root@user]# cd mytop-1.6
[root@user]# perl Makefile.PL
[root@user]# make
[root@user]# make test
[root@user]# make install

lalu jalankan dengan mengetik mytop, apabila terjadi error spt ini

Can't locate Term/ReadKey.pm in @INC (@INC contains: /usr/lib64/perl5/site_perl/
5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/si
te_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/pe
rl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-l
inux-thread-multi /usr/lib/perl5/5.8.8 .) at /usr/bin/mytop line 175.

pastikan anda sudah menginstall Readkey
caranya

[root@user]# perl -MCPAN -e shell;
cpan> install Term::ReadKey

dan jalankan kembali selanjutnya jika terjadi error spt ini

install_driver(mysql) failed: Can’t locate DBD/mysql.pm in @INC

maka installah DBD::mysql dengan cara berikut

[root@user]# perl -MCPAN -e shell;
cpan> install DBD::mysql

selamat mencoba

Hosting Murah

Share your vote!


Do you like this post?
  • Fascinated
  • Happy
  • Sad
  • Angry
  • Bored
  • Afraid

3 thoughts on “how to install mytop @ hosting murah

  1. Joan Velazco

    Exceptional site, where did you come up with the info in this piece? I’m happy I found it though, ill be checking back soon to see what other articles you have.

Leave a Reply

Your email address will not be published. Required fields are marked *