把phpMyAdmin解压后放在放在apache的hdocs目录下后访问http://localhost/phpmyadmin/setup/index.php结果显示
Cannot load or save configuration 
查看了好多资料都没有解决,就高手指点

解决方案 »

  1.   

    hdocs?应该是htdocs。
    目录名错误。
      

  2.   

    下面是否有这样文字: 
    Please create web server writable folder config in phpMyAdmin top level directory as described in documentation. Otherwise you will be only able to download or display it
      

  3.   

    在phpmyadmin根目录下建立config.inc.php,内容为以下: <?php 
    $i=0; 
    $i++; 
    $cfg['Servers'][$i]['user'] = 'root'; 
    $cfg['Servers'][$i]['password'] = 'root'; // use here your password //$cfg['MaxTableList'] = '200'; 
    ?>
      

  4.   


    哦,英文不好,不过这些还是能看懂,问题是添加了config也没有任何反应