반응형
2010/11 에 새 버전이 나와서 update합니다.
* Run as superuser
# wget http://innotop.googlecode.com/files/innotop-1.8.0.tar.gz
# zypper install perl-DBD-mysql
[참고] # yum install perl-TermReadKey (Fedora의 경우, 빠져 있기 쉬운 패키지)
# tar xvzf innotop-1.8.0.tar.gz
# cd innotop-1.8.0
# perl Makefile.PL
# make install
* Run and enjoy
# innotop -uroot -prootpass --socket /tmp/mysql.sock (socket option 필요 없으면 제외)
* Thannks to aracine( http://code.google.com/u/aracine/ )
반응형
'Technical > DBMS' 카테고리의 다른 글
MySQL 5.5.5m3 configure bug(Building MySQL 5.5.5m3) (0) | 2010.07.24 |
---|---|
Building mongodb r1.4.4 (0) | 2010.07.22 |
MySQL ndbcluster & Replicator 설정 - help text (0) | 2010.06.25 |
MySQL 5.5.4m3 Source build & Installation on OpenSUSE 11.2 (0) | 2010.06.22 |
MySQL, Hex와 Conv로 Mac address 계산하기 (0) | 2010.06.17 |