赞
踩
通过WorkBench连接上MySQL,然后改数据库mysql下的user表:
update user set Password = PASSWORD('newPassword') where user = 'root' and Host = 'localhost';