András Magyar
1 min readApr 26, 2019

--

Open the apache2.conf file:

sudo nano /etc/apache2/apache2.conf

Put these two lines at the bottom of the file:
ServerName 127.0.0.1
Include /etc/phpmyadmin/apache.conf

Save, then restart apache:

sudo service apache2 restart

I hope it will help.

--

--