Installing phpmyadmin on linux

I was writing this post after a very long time …. Now here i faced a problem installing phpmyadmin on linux …

Access denied error …..

For those whose geeting while logging through phpmyadmin should include following lines in config.inc.php

$i=0;
$i++;

$cfg['PmaAbsoluteUri']=’localhost/phpmyadmin/’;
$cfg['Servers'][$i]['host'] = ‘Localhost’;

$cfg['Servers'][$i]['AllowNoPasswordRoot'] = ‘true’;

// This will definitely solve the problem ….

:)

pay per click advertising

Explore posts in the same categories: Uncategorized

Comment: