After setting up the one-click LAMP droplet, how do I gain access to mysql and phpmyadmin?
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.
Hello, @omarwng
If you’ve used this item from the marketplace you can check the documentation about it: https://cloud.digitalocean.com/marketplace/5ba19754c472e4189b34e049?i=106c34
The MySQL root password is in /root/.digitalocean_password
phpMyAdmin is not installed by default and you will need to deploy it manually. I will recommend you to check our tutorial for installing phpMyAdmin on Ubuntu 18.04
https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-18-04
Hope this helps!
Regards, Alex