For those who are facing this issue and until a package dealing with it is 
released,  a workaround is reset MySQL root password during install then 
reenable it:
 
$ mysql -u root -p

* Enter the following MySQL command:
>SET PASSWORD FOR [EMAIL PROTECTED]('');QUIT;

* install mtop
apt-get install mtop

* Set MySQL root password to irs previous value:

$      mysql -u root -p
>SET PASSWORD FOR [EMAIL PROTECTED]('YOURROOTPASSWORD');QUIT;

-- 
mtop failed to install (wrong/no password)
https://bugs.launchpad.net/bugs/77980
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to