I have a LAMP server with Ubuntu 20. I assumed it would have phpmyadmin automatically installed but apparently does not.
I followed this tutorial but still do not have phpmyadmin. It’s a 404.
Can somebody help? If there is a way to just destroy this droplet and create a new one with phpmyadmin installed already, I can do that. My current droplet doesn’t have anything I need to save.
Thanks!
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 there,
I could suggest installing PHPmyAdmin manually as per the instructions here:
https://www.digitalocean.com/community/questions/how-to-install-manually-phpmyadmin-on-ubuntu
As you already have Apache installed, you just can follow the steps from the post above.
Let me know how it goes. Best, Bobby