PEHLA KALMA

PEHLA KALMA
Sanaullah Sajid

Phpmyadmin is not working after I installed it in linux

So far my apache2, php, and mysql are working fine except phpmyadmin..whenever I run this:

http://localhost/phpmyadmin/

I get this error on my browser:


You will need to configure your apache2.conf to make phpmyadmin works.
Add this code in terminal.

gksu gedit /etc/phpmyadmin/apache2.conf

Then add the following line to the end of the file.

Include /etc/phpmyadmin/apache.conf

then restart apache

/etc/init.d/apache2 restart

Tried various different ways.

sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf

sudo a2enconf phpmyadmin

sudo service apache2 reload