; cgi.force_redirect is necessary to provide security running PHP as a CGI under
; most web servers.  Left undefined, PHP turns this on by default.  You can
; turn it off here AT YOUR OWN RISK
; **You CAN safely turn this off for IIS, in fact, you MUST.**
; cgi.force_redirect = 1; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape 
; (iPlanet) web servers, you MAY need to set an environment variable name that PHP
; will look for to know it is OK to continue execution.  Setting this variable MAY
; cause security issues, KNOW WHAT YOU ARE DOING FIRST.

解决方案 »

  1.   

    把cgi.force_redirect = 1前面的分号去掉,并改成
    cgi.force_redirect = 0
      

  2.   

    不好意思,在调试PHPMYADMIN时,出了问题?
    能不能帮我看看.欢迎使用 phpMyAdmin 2.2.6-rc2
    Warning: Cannot add header information - headers already sent by (output started at d:\inetpub\wwwroot\myadmin\libraries\auth\config.auth.lib.php:91) in d:\inetpub\wwwroot\myadmin\header.inc.php on line 23Warning: Cannot add header information - headers already sent by (output started at d:\inetpub\wwwroot\myadmin\libraries\auth\config.auth.lib.php:91) in d:\inetpub\wwwroot\myadmin\header.inc.php on line 24Warning: Cannot add header information - headers already sent by (output started at d:\inetpub\wwwroot\myadmin\libraries\auth\config.auth.lib.php:91) in d:\inetpub\wwwroot\myadmin\header.inc.php on line 25Warning: Cannot add header information - headers already sent by (output started at d:\inetpub\wwwroot\myadmin\libraries\auth\config.auth.lib.php:91) in d:\inetpub\wwwroot\myadmin\header.inc.php on line 26Warning: Cannot add header information - headers already sent by (output started at d:\inetpub\wwwroot\myadmin\libraries\auth\config.auth.lib.php:91) in d:\inetpub\wwwroot\myadmin\header.inc.php on line 27Warning: Cannot add header information - headers already sent by (output started at d:\inetpub\wwwroot\myadmin\libraries\auth\config.auth.lib.php:91) in d:\inetpub\wwwroot\myadmin\header.inc.php on line 29错误MySQL 返回:
    Can't connect to MySQL server on 'localhost' (10061)
      

  3.   

    Can't connect to MySQL server on 'localhost' (10061)
    你没开MySQL服务器
      

  4.   

    我在xp的DOS下打了mysqld-max --install了,是不是这样运行MYSQL?
      

  5.   

    不是的.这是安装服务.
    在计算机管理中有服务,在里面启动Mysql
    或是在运行中输入net start mysql这条命令运行.