I successfully installed phpmyadmin, via apt-get install phpmyadmin
However I can't find the directory for phpmyadmin, I want it to appear on /var/www/phpmyadmin
so that I can use it via URL.
Where is it?
Thanks.
You can find your phpmyadmin files in /usr/share/phpmyadmin directory.
If you really want the files in /var/www/phpmyadmin use the following command:
cd /var/www && sudo ln -s /usr/share/phpmyadmin phpmyadmin