mtop for Debian --------------- You have to create a mysql user for mtop named mysqltop with the following commands (example for localhost mysql server): mysql> grant select on test.* to mysqltop; mysql> grant select on test.* to mysqltop@localhost; mysql> update user set process_priv='y' where user='mysqltop'; mysql> flush privileges; This is handled automatically by debconf when the package is installed. -- Luis Bustamante Wed, 16 Apr 2003 10:27:51 -0500