Mysql phpmyadmin错误

Mysql phpmyadmin错误,mysql,phpmyadmin,Mysql,Phpmyadmin,我更改了MySQL root的密码,现在无法登录到phpmyadmin。我已经重新启动,按照这里的说明操作,但它仍然不允许我登录 我还能做些什么来解决这个问题?谢谢 听起来更像是phpMyAdmin配置问题 在config.inc.php中查找以下行: /* Authentication type and info */ $cfg['Servers'][$i]['auth_type'] = 'config'; $cfg['Servers'][$i]['user'] = 'root'; $cfg[

我更改了MySQL root的密码,现在无法登录到phpmyadmin。我已经重新启动,按照这里的说明操作,但它仍然不允许我登录


我还能做些什么来解决这个问题?谢谢

听起来更像是phpMyAdmin配置问题

在config.inc.php中查找以下行:

/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = ''; // you might need to change this
$cfg['Servers'][$i]['extension'] = 'mysql';

如果您使用的是Windows,请转到您安装的驱动器上的
wamp
目录,然后进入
apps
,然后转到
phpmyadmin
应用程序文件夹。查找名为
config.inc.php
的文件。用记事本打开它并查找以下行:-

$cfg['Servers'][$i]['password'] = ''
并在引号之间设置密码

重新启动wamp服务器,我认为应该这样做

编辑:-您可能还需要更改用户名