I used php-4.3.9 , when I wrote file php and test it by using IIS it work .
I tried to install phpMyadmin 2.5.6 . I unziped phpMyadmin 2.5.6 at interpub/wwwroot .My alies for IIS name ASP. Then I changed
file config.inc.php line 39
$cfg['PmaAbsoluteUri'] = 'http://localhost/ASP/phpMyadmin-2.5.6/';
and I typed
http://localhost/ASP/phpMyadmin-2.5.6 it doesn't work so I tried
http://localhost/phpMyadmin-2.5.6 . It also doesn't work.
The message that I got
"Welcome to phpMyadmin 2.5.6
phpMyadmin tried to connect to the Mysql server and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the adminnistrator of the Mysql server
Error
Mysql said
#2003- Can't connect to Mysql server on 'localhost' (10061)""
(Please help. I think the problem might be path or I unzip file in the wrong place )