How can I fix phpMyAdmin, broken after Ubuntu update?

8,678

Remove PHPMyAdmin

sudo apt-get purge phpmyadmin
sudo apt-get autoremove
sudo apt-get clean

Reinstall it

sudo apt-get install phpmyadmin
Share:
8,678

Related videos on Youtube

Lewis Lebentz
Author by

Lewis Lebentz

Updated on September 18, 2022

Comments

  • Lewis Lebentz
    Lewis Lebentz over 1 year

    I updated Ubuntu from 14.04 to 15.04 and during the update process it asked for my dba password so it could update phpMyAdmin, however it kept refusing it. Possibly due to it saying it was trying root@localhost when I believe the username may be admin instead? I may be wrong. Anyway, the update completed. Now the /phpmyadmin page no longer has the .htaccess protection and is just blank?

    I'm running WordPress and everything else seems to be okay, but I just want to be able to fix, and update phpMyAdmin so it's back to normal again! I've been playing with Ubuntu for a few years, but am still a beginner with this!

    How can I fix this?