By engamr
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!
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.