#处理方法,更新一下用户密码 update mysql.user set authentication_string=password('xxxx') where user='user' ; update mysql.user set authentication_string=password('xxxx') where user='root' ;