X

Select Your Country

Turkey (Türkçe)Turkey (Türkçe) Worldwide (English)Worldwide (English)
X

Select Your Currency

Türk Lirası $ US Dollar

PhpMyAdmin - Solution to Not Found Error

PhpMyAdmin - Solution to Not Found Error
HomepageKnowledge BaseGeneralPhpMyAdmin - Solution to Not Found ...
PhpMyAdmin - Solution to Not Found Error

If you get a Not Found error when you type http://ip/phpmyadmin in your browser, you can run the following commands in Ubuntu.

sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf;
sudo a2enconf phpmyadmin.conf;
sudo service apache2 reload;

Can't find the information you're looking for?

You have examined the knowledge base in detail, but if you cannot find the information you need,

Create a Support Ticket
Did you find it useful?
(466 times viewed. / 1 people found helpful.)