[PHP] Problem getting phpMyAdmin to work on localhost

2003-07-14 Thread Richard White
I have a couple of problems with newish MySQL database. I am running WinXP-Pro, MySQL V 4.0.12-nt, Apache etc. I previously got this all working, but today (after a break of a couple of weeks) I can't get "phpMyAdmin-2.5.0-rc1" to work. I have configured {config.inc.php} exactly as per documenta

[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';