-1

After i upgrade to PHP5.5 like in this thread

How do I install different (upgrade or downgrade) PHP version in still supported Ubuntu release?

my phpmyadmin is not working after i try to access to over my apache2 webinterface.

ERROR 404 PAGE NOT FOUND

has anyone a solution for this Problem?

remove and try to install it new was no success

The Masta
  • 127
  • 2
  • 4

1 Answers1

0

If you have installed phpmyadmin with apt - reconfigure it from terminal:

sudo dpkg-reconfigure phpmyadmin

See more at http://ubuntuforums.org/showthread.php?t=812971

If necessary - check out for existing config at /etc/apache2/conf-enabled - there should be phpmyadmin.conf symlink.

or

you can install it manually - from http://www.phpmyadmin.net - download and unpack in web root directory. If you already tried to install phpmuadmin with apt - avoid using phpmyadmin as directory name, use padmin, for example. Then point to yoursite.net/padmin.

ulcha
  • 464