404 not found - phpmyadmin/Ubuntu

Asked

Viewed 1,315 times

0

I am using Ubuntu and installed LAMP correctly.

I open PHP applications on localhost quietly, but when I try to access the localhost/phpmyadmin he shows me a erro 404 Not Found.

I’ve seen several tutorials that uses a include inside that briefcase include etc/apache2/apache.conf where the path is included.

The first time it worked, but I had trouble with the password phpmyadmin. I formatted the machine and the same procedure does not give the result.

  • Which path do you have included the data in? Have you checked the folder permissions? It would be great if you add more information to the respect in your question.

  • Would that be permission to phpmyadmin?

  • So I installed the LAMP, dps installed the phpmyadmin... and when I give the command localhost executes, appears "its Works", but when I will access the phpmyadmin to tamper with the database it gives an error not found.

1 answer

1

It is necessary that you link the phpmyadmin location folder to the folder where your website files are being run by Apache. For this use this command in the terminal sudo ln -s /usr/share/phpmyadmin/ /var/www assuming that your site files and the running directory listed in apache are /var/www.

  • It worked here! It was apache problem. I had to check the option, I re-configured phpmyadmin

Browser other questions tagged

You are not signed in. Login or sign up in order to post.