Public bug reported:

Binary package hint: phpmyadmin

Lucid: 4:3.3.2-1
Upgrade Hardy -> Lucid.  

Try to restart with fresh install:

dpkg --purge phpmyadmin 
drop phpmyadmin database
apt-get install phpmyadmin 
 
But upon login this message appears at the bottom of the screen in glaring red 
banner which scares users of the server and makes them complain.  

Solution was to get the correct information from /etc/phpmyadmin/config-db.php 
and then 

mysql -u root

mysql> grant all on phpmyadmin.* to 'phpmyadmin'@'localhost' identified by 
'MY_PASSWORD';
Query OK, 0 rows affected (0.00 sec)

mysql> flush permissions;

...error message disappeared.

** Affects: phpmyadmin (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Hardy -> Lucid upgrade: Connection for controluser as defined in your 
configuration failed.
https://bugs.launchpad.net/bugs/670533
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to