第一步
update user set authentication_string=password(‘root’) where user=’root’ and host=’localhost’;
第二步
flush privileges;