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

2003-07-15 Thread Richard Baskett
n > From: "Richard White" <[EMAIL PROTECTED]> > Organization: (none) > Reply-To: "Richard White" <[EMAIL PROTECTED]> > Date: Tue, 15 Jul 2003 10:45:00 +0100 > To: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: [PHP] Re: Problem getting phpMyAdmin to wo

[PHP] 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] 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