How do I access PHPMyAdmin after install in Ubuntu?

12,642

Solution 1

What errors did the error logs (access and or error logs)? That would help determining the issue. Could be a socket issue, but could be a url issue too. I assume PHP is installed too?

Solution 2

You'll need an Ubuntu server with initial setup and a LAMP Server

If you haven't installed the LAMP Server. You can follow the steps on the below link to install it.

https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-14-04

Then Install the phpMyAdmin in your server. Follow the steps on the link below.

https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-14-04

Solution 3

I hope this helps http://tech2view.com/not-able-to-access-phpmyadmin-in-ubuntu-404-not-found-error/

Share:
12,642

Related videos on Youtube

Patrick
Author by

Patrick

Updated on September 18, 2022

Comments

  • Patrick
    Patrick over 1 year

    I installed Apache and then PHPMyAdmin on my Ubuntu server, but I have not been able to access PHPMyAdmin at http://localhost/phpmyadmin/. http://localhost is working however.

    • Admin
      Admin about 12 years
      Where did you install phpmyadmin to?
    • Admin
      Admin about 12 years
      How did you "install" it? It should just be in whatever folder you put it in.