Hi,
I have a droplets, app installed successfully, website is normal, but i can’t open phpmyadmin url, show does not exist. what should I do?
Thanks,
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!
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 @angelofish,
Our below community article can guide you in setting up and connecting to MySQL Managed database via phpMyAdmin with SSL.
https://www.digitalocean.com/community/tutorials/how-to-connect-to-mysql-managed-database-via-phpmyadmin
I hope this helps!
Regards, Rajkishore
Hi Angelo,
We deleted PHPMyAdmin in the current version. We are sorry for the misinformation in the app description. We’ve just updated it.
Hello,
What I could suggest in this case is to install PHPmyAdmin manually on your server.
You can do that by following this step-by-step guide here:
https://www.digitalocean.com/community/questions/how-to-install-manually-phpmyadmin-on-ubuntu
That way you will get the latest version of PHPmyAdmin running on your server rather than installing it via
apt
.Let me know how it goes!
Best,
Bobby