拥有原来的密码
下登陆进入mysql
use mysql;
update user set authentication_string=passworD("新密码") where user='root';
flush privileges;
eixt;
重新输入新的密码即可