"Shena Delian O'Brien" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> What's your:
>
> $cfg['PmaAbsoluteUri']
> $cfg['Servers'][$i]['host']
>
> ? Should be something like :
>
> $cfg['Servers'][$i]['host'] = 'http://localhost/phpMyAdmin';
> $cfg['Servers'][$i]['host'] = 'localhost';
What's your:
$cfg['PmaAbsoluteUri']
$cfg['Servers'][$i]['host']
? Should be something like :
$cfg['Servers'][$i]['host'] = 'http://localhost/phpMyAdmin';
$cfg['Servers'][$i]['host'] = 'localhost';
Post other config entries that you've changed...? What authentication
method are you using, etc? So