I finally install mysql on win2k,and start it.
And php4 on pws is also working. (hello,world can be shown)
I install phpmyadmin on my machine,but when I visit
http://localhost/phpmyadmin/index.php3,
an error display:
Parse error: parse error in config.inc.php3 on line 13
I found the the 13 line is
$cfgServers[1]['adv_auth'] = false; // Use advanced authentication?
what is the problem?