Hello. I need to install phpmyadmin in the same Droplet that i have a working Laravel installation, how can i do this? I’m using the LEMP Stack.
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!
I need to install PHPMyAdmin on ubuntu 16 LEMP stack with laravel installation. Please help
First off, I highly advise against PHPMyAdmin. It’s insecure, and unless you subscribe to their RSS, it may be behind on updates for a while (therefore vulnerable) before you notice and update it. This is a common entry point for people who want access to your server/data.
My advice: MySQL Workbench in conjunction with setting up custom rules in your firewall to allow remote MySQL from your IP address.
Basically, by default, you can only gain access to MySQL via localhost (on the server).
By adding PHPMyAdmin, you’re giving the world potential access to your database server.
Respond to this answer if you want more in-depth assistance.
I’ll need to know the Linux distro your server is using (Ubuntu/CentOS/Fedora/etc)
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.