Installed PHP My Admin on Ubuntu 14.04 but does not show in browser, did I miss a step?
IP Address: 162.243.141.74
Ubuntu 14.04, LAMP and MySQL
SSH says phpMyAdmin is installed
IP Address: 162.243.141.74
Ubuntu 14.04, LAMP and MySQL
SSH says phpMyAdmin is installed
Did you create the symbolic link? Im using a LEMP Stack so for me it would be
sudo ln -s /usr/share/phpmyadmin/ /usr/share/nginx/html
This tutorial should help. It's for a LAMP Stack
I checked the director and it is installed in etc, wonder if I missed a step?