1.进入phpmyadmin安装目录
修改并保存:
$cfg['Servers'][$i]['user'] = 'root';$cfg['Servers'][$i]['password'] = 'root';//此处的密码修改成自己要设置的
2.重启wamp即可访问。