修改phpmyadmin的配置文件config.inc
$cfg['Servers'][$i]['user']          = '';
$cfg['Servers'][$i]['password']      = '';

解决方案 »

  1.   

    找到$cfg['Servers'][$i]['auth_type']     = 'config'; 
    改成$cfg['Servers'][$i]['auth_type']     = 'http';
      

  2.   

    $cfg['Servers'][$i]['auth_type']
    选择认证方式:config http cookiehttp 使用MySql的用户认证 根据赋予的权限不同 显示的不同
      

  3.   

    修改phpmyadmin的配置文件config.inc
      

  4.   

    $cfg['Servers'][$i]['auth_type']改成http,或cookie都行
    http的话,你的php必须做为apache模块安装才有用
      

  5.   

    用HTTPS,我的就是这样的,不知有没有安全缺陷,自己认为比较安全