how to install mytop with directadmin

onegun

Verified User
Joined
Jan 25, 2006
Messages
7
hello

i am using freebsd 5.4 and directadmin, how to install mytop in such system, please teach, thanks

Regards
 
whereis mytop

#cd /usr/ports/databases/mytop

#make install clean

to run:

#/usr/local/bin/mytop -s /tmp -d DATABASE -u user -p pass

I have use next string to monitor whole mysql querries

#/usr/local/bin/mytop -s /tmp -d (any database) -u da_admin -p( your DA admin pass)

have fun!
 
Back
Top