Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Karen161

5 Comments

Sorted by latest first Latest Oldest Best

 

@RJPawlick198

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

10% popularity Vote Up Vote Down


 

@Tiffany637

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

10% popularity Vote Up Vote Down


 

@Candy875

Did you install MySQL?

Another possibility is to download phpmyadmin and extract is to htdocs/phpmyadmin.
www.phpmyadmin.net/home_page/downloads.php

10% popularity Vote Up Vote Down


 

@Yeniel560

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?

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme