Question
IPADDRESS/phpmyadmin/ 404 error
I’m using Putty for Windows with Ubuntu 14.04.3. I can’t access my IPaddress/phpmyadmin/ even though I already have it installed on my server and I’ve restarted apache2 as recommended in another post on here.
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.
×
I ran into “403 Forbidden you don’t have permission” on my Fedora droplet. This is how I accessed mine. But if your getting 404 you might have another problem. This is what I did.
Ubuntu may have different file locations.
After I installed phpmyadmin, I had the file phpMyAdmin.conf installed in /etc/httpd/conf.d/
In the section <IfModule mod_authz_core.c> I added:
Require ip myipaddress
Add your public IP address from where you are connecting from and try that.
I don’t know how secure this is, so I delete this line before I log out when I’m done fiddling with my database.