Report this

What is the reason for this report?

install phpmyadmin on lemp ubuntu 16

Posted on October 29, 2017

Hello Now I try to install php my admin on my droplet but I cant access on it I install on my server laravel 5.5 on LEMP and ubuntu 16

and I try install php my admin from this tutorial https://www.digitalocean.com/community/tutorials/how-to-install-phpmyadmin-on-a-lemp-server but I can’t access on it when I try write my ip/ domain / phpmyadmin don’t dir my to phpmyadmin just dir my to routes and tell my this page not found i need help



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi @engamr,

Did you follow the whole tutorial? It’s possible you forgot to make the sym link between phpMyAdmin and your site’s directory.

sudo ln -s /usr/share/phpmyadmin/ /usr/share/nginx/www

Please note, the above is just an example and /usr/share/nginx/www might not be your site’s directory!

Another possibility is forgetting to reload/restart Nginx

sudo service nginx restart

Regards, KDSys

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.