Linux – Access to phpMyAdmin from localhost
Configure Apache Type in terminal: gksudo gedit /etc/apache2/apache2.conf Add following line at the end of the file just opened: Include /etc/phpmyadmin/apache.conf Restart Apache Type in terminal: sudo /etc/init.d/apache2 restart Open …