Question
How to manage my database after separating it from my web application server?
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?
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.
×