I did install Phpmyadmin and I can’t acesse http://myip/phpmyadmin, results Connect Refuse. Ubuntu 20.04. Can someone help me?
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.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Heya,
If you have already installed phpMyAdmin and you’re experiencing trouble accessing it via your IP, it might be because of a variety of reasons:
For a more detailed guide to correct your situation, revisit your phpMyAdmin installation using one of the following guides for your web server:
For Apache: How To Install and Secure phpMyAdmin on Ubuntu 22.04
hope that this helps!
Hi there,
It sounds like that your web server might not be running. I would recommend following the steps here on how to manually install PHPmyAdmin rather than using
apt
:https://www.digitalocean.com/community/questions/how-to-install-manually-phpmyadmin-on-ubuntu
That way you have full control over which web server you’ve installed and also the version of the PHPmyAdmin installation.
Let me know how it goes!
Best,
Bobby