PHPMYADMIN NOT FOUND 16.04 using apache2 SOLVED!

Published: 14 October 2018
on channel: newbie
1,711
11

How to solve phpmyadmin not found in ubuntu 16.04 using apache2
Cara mengatasi phpmyadmin not foun di ubuntu 16.04 (apache2)

175

Create a link in /var/www like this:
sudo ln -s /usr/share/phpmyadmin /var/www/

Note: since 14.04 you may want to use /var/www/html/ instead of /var/www/

If that's not working for you, you need to include PHPMyAdmin inside apache configuration.

Open apache.conf using your favorite editor, mine is vim :)

sudo vim /etc/apache2/apache2.conf

Then add the following line:

Include /etc/phpmyadmin/apache.conf

For Ubuntu 15.04 and 16.04

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


Anda pernah mengalami ga bisa mengakses /phpmyadmin pada web server anda? simak vide berikut.

https://dedeherdiana23.blogspot.com


On this page of the site you can watch the video online PHPMYADMIN NOT FOUND 16.04 using apache2 SOLVED! with a duration of hours minute second in good quality, which was uploaded by the user newbie 14 October 2018, share the link with friends and acquaintances, this video has already been watched 1,711 times on youtube and it was liked by 11 viewers. Enjoy your viewing!