打开。phpmyadmin/config.inc.php
这个文件。找到
$cfgServers[1]['user']          = 'root';      // MySQL user
$cfgServers[1]['password']      = 'root';          // MySQL password (only needed with basic auth)
上面就有用户和密码。

解决方案 »

  1.   

    $cfgServers[1]['user']          = 'root';      // MySQL user
    $cfgServers[1]['password']      = 'root';          // MySQL password 
    这两个可以修改的。你试试吧
      

  2.   

    我怎么感觉这句话的意思是你的mysql 数据库的root 用户没有密码!!
    我以前也遇到这样的问题!!
    虽然显示是没有密码!可是进不去!!
    于是重装!!
    ^_^
      

  3.   

    没有密码,应该在config.inc.php中$cfgServers[1]['password']设置你的Mysql密码