By kauyiming
I used to run a LAMP stack where my web and database all sat on one server. I recently migrated my database to another server using this tutorial.
I want to use something like phpmyadmin to manage this database but that seems to involve involving a full LAMP stack on the database server. Is this the right way to go about doing it and if not, what should I be doing?
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!
You can still use your original phpmyadmin installation to manage your new db.
Just enable remote access of mysql db server and modify config.inc.php’s host to the new server ip.
Since it is managing a remote db, performance may not be as good as a local db.
There are alternative tools for managing mysql, like MySQL Workbench, you can have a look.
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.