: How do I access PHPMyAdmin after install in Ubuntu? 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
I installed Apache and then PHPMyAdmin on my Ubuntu server, but I have not been able to access PHPMyAdmin at localhost/phpmyadmin/. localhost is working however.
More posts by @Karen161
5 Comments
Sorted by latest first Latest Oldest Best
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.
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.
www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-14-04
If you are trying to open localhost/phpmyadmin/ and getting 404 Error then follow steps.
sudo nano /etc/apache2/apache2.conf
Add the phpmyadmin config to the file:
Include /etc/phpmyadmin/apache.conf
then restart apache:
sudo service apache2 restart
Did you install MySQL?
Another possibility is to download phpmyadmin and extract is to htdocs/phpmyadmin.
www.phpmyadmin.net/home_page/downloads.php
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?
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.