查一下你的mysql数据库是否运行正常,还有你的config.inc.php是怎么配的?

解决方案 »

  1.   

    http://localhost/phpmyadmin,则显示目录中所有的文件
    配置一下APACHE   http.confhttp://localhost/phpmyadmin/index.php,却显示如下;
    cannot load MySQL extension,
    please check PHP Configuration.
    Documentation 检查你的PHP是否内建支持mysql
      

  2.   

    http://localhost/phpmyadmin,则显示目录中所有的文件
    配置一下APACHE   http.conf 加入“DirectoryIndex index.php”
      

  3.   

    http://localhost/phpmyadmin/index.php,却显示如下;
    cannot load MySQL extension,
    please check PHP Configuration.
    Documentation 
    ----------------------------------------------
    php配置的有问题吧,好像没支持mysql扩展,在php.ini里改一下就行。
      

  4.   

    你是用PHP4还是PHP5配置的运行环境?如果是PHP5好象不是默认支持MYSQL的