How to install phpmyadmin on Mint

ivva picture ivva · Jan 18, 2016 · Viewed 20.1k times · Source

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.

Answer

Mr CaT picture Mr CaT · Aug 14, 2017

Open the terminal, type:

sudo gedit /etc/apache2/apache2.conf

and below the end of file, at the last line, type

include /etc/phpmyadmin/apache.conf