lz的phpMyAdmin不能用么?
$cfg['Servers'][$i]['auth_type']     = 'http';  
$cfg['Servers'][$i]['user']          = '你的mysql的用户名';  
$cfg['Servers'][$i]['password']      = '你的mysql的登录密码';
别的就没什么了吧

解决方案 »

  1.   

    安装mysql时用默认用户名,即用户名是root密码是空,
    然后直接http://localhost/phpmyadmin就可以访问了。
    本机调试没必要用其他用户名
      

  2.   

    1、打开libraries文件夹下的config.default.php
    2、找到$cfg['blowfish_secret'];将其值改为任意长度的字母数字组合;
    3、找到$cfg['Servers'][$i]['auth_type'],将其值改为:cookie
    4、用浏览器打开http://localhost/phpmyadmin,用你的MYSQL里的用户名和密码登录吧。