See morw...

Sunday, January 29, 2012

How to fix phpMyAdmin 404 Not Found error in Ubuntu

If you are an Ubuntu user and some of you should already got above error. installing and uninstalling phpmyadmin , restarting server , restarting pc not solved the problem?.

then try this out


Enter the following in your terminal:
sudo dpkg-reconfigure -plow phpmyadmin
Reinstall database for phpmyadmin: Select “No”
phpmyadmin installation
Web server to reconfigure automatically: Select “apache 2″
phpmyadmin installtion
It should world now. If not, do the following to include the phpMyadmin-shipped Apache configuration into Apache:
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf
Restart apache:
sudo /etc/init.d/apache2 restart
That’s it. Let me if you have any doubts in the comment.

1 comment:

Anonymous said...

THANKS A LOT DUDE!!! THAT REALLY WORK!!!!!