我把PhpMyAdmin放在Apache的发布目录中
访问PhpMyAdmin时出现乱码!我是这样访问的http://localhost/PhpMyAdmin/index.php 
访问:http://localhost/phpMyAdmin/Documentation.html 时正常,请问怎样怎么解决.

解决方案 »

  1.   

    libraries/config.default.php
    配置文件是这个
      

  2.   

    配置libraries/config.default.php文件
      

  3.   

    乱码?看你PHP的设置,MYsql的语言设置。选择UTF-8,应该就没乱码了
      

  4.   

    我在这个配置文件里libraries/config.default.php
    更改了:
    $cfg['Servers'][$i]['user'] = 'root';
    $cfg['Servers'][$i]['password'] = '';我本身Mysql的密码是空的.用户名为:root
    配置MySQL时:使用了 MySQL -u root -p现在访问:http://localhost/phpMyAdmin/index.php
    后地址栏出现下面问题:
    http://localhost/phpMyAdmin/error.php?lang=zh&char=gb2312&dir=ltr&type=%B4%ED%CE%F3&error=%CE%DE%B7%A8%D4%D8%C8%EB+mysql+%C0%A9%D5%B9%A3%AC%3Cbr+%2F%3E%C7%EB%BC%EC%B2%E9+PHP+%C5%E4%D6%C3+-+%5Ba%40.%2FDocumentation.html%23faqmysql%40documentation%5D网页只有一行乱码....
      

  5.   

    下载 2.9.0 
    有个生成脚本的页面,具体功能可以看文档http://localhost/phpmyadmin/scripts/setup.php