I have installed php 4.3.7, mysql 4.0.20a, and phpmyadmin 2.5.7 on a windows 2003 small business server. The php and mysql appear to be working and the phpmyadmin will connect to mysql and it appears to be working correctly also. But when i try to do anything beyond starting phpmyadmin, all i get is a blank page in the main frame. No error message, no response of any kind... just a blank page. It will not create a database, the links ie. "Show MySQL system variables" do not work. Does anyone have any ideas? Is it a permissions problem? Please help.
PhpMyAdmin
Nevermind. Figured it out. Seems I needed to set the PhpMyAdmin url in the config.inc.php file. Everything was trying to resolve to the root (http://localhost/db_database.php) instead of the folder i had installed PhpMyAdmin in (http://localhost/phpmyadmin/db_database.php). Thanks anyway.