password 已经不适用了 将其改为更改语句替换为authentication_string
故更改密码的语句update mysql.user set authentication_string=password(‘root’) where user=‘root’ ;即可
密码形式必须包含大写,小写,数字,特殊符号。否则会有密码保护级别过低的错误
按照提示要求修改密码即可。
ALTER user ‘root’@‘localhost’ IDENTIFIED BY ‘Mbw123456.’;