这个我遇到过,我因为mysql的密码不对找到/libraries/config.default.php文件中以下代码段:
$cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (valid choices: config, http, HTTP, signon or cookie)
$cfg['Servers'][$i]['user']          = 'root';      // MySQL user
$cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed with 'config' auth_type)
将其中的$cfg['Servers'][$i]['password'] 补上相应的正确密码.