MySQL8的改密码跟MySQL5不同,要使用以下语句更改
alter user'root'@'localhost' identified with mysql_native_password by '新密码';