Hi,
I use Windows XP, PHP 5.0.1, MySQL 4.0.2, Apache 2.0, phpMyAdmin 2.5.7.
PHP, MySQL and Apache work just fine. I downloaded phpmyadmin and installed it. I followed all the instructions. I am testing this in my PC. When I type in "http://localhost/phpMyAdmin/", I get blank page.
Documentation says that I will get welcome screen from phpmyadmin. I don't see it.
I get no error, so basically phpmyadmin finds right directory. phpmyadmin config.inc.php file is set correctly as per documentation from phpmyadmin.net.
......
$cfg['OBGzip'] = 'auto';
....
$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
// with 'config' auth_type)
....
Please help... Any advice will be very much appreciated.
Thanks
Mark


