Issue
I'm new to Linux. I'm trying to install phpmyadmin on Mint.
I tried the following:
sudo apt-get install mysql-server
sudo dpkg-reconfigure phpmyadmin
sudo service apache2 restart
But I can't access it via : localhost/phpmyadmin
.
I have installed mysql and apache. But cannot install and access phpmyadmin.
Solution
I had the same issue with linux mint 18. I have uninstalled phpmyadmin completely from my system and followed the below link to install and configure php, mysql and phpmyadmin. Hope the link given below will help you (link is for ubuntu, but definitely work with mint);
how-to-install-and-configure-apachephpmysql-and-phpmyadmin-on-ubuntu
Answered By - UC_SUJITH Answer Checked By - Pedro (WPSolving Volunteer)