I just installed phpMyAdmin on my Debian VPS, via apt-get. Now how to access it?
Opening xxx.xxx.xxx.xxx/phpmyadmin on browser gives this: The requested URL /phpmyadmin was not found on this server.
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,
Did the reboot, suggested by @thousifme18 solve your problem? If not, here are some ideas:
Firewall
More info available at https://www.digitalocean.com/community/tutorials/iptables-essentials-common-firewall-rules-and-commands
phpMyAdmin Config
Felipe
KIndly reboot your server and try again, if that dosnt work run this command sudo apt-get update && apt-get upgrade -y
that should fix it
if not then read your error logs for a more detailed issue