[PHP-WIN] Re: Problem getting phpMyAdmin to work on localhost

2003-07-15 Thread Richard White
"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';

[PHP-WIN] Re: Problem getting phpMyAdmin to work on localhost

2003-07-14 Thread Shena Delian O'Brien
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