MySQL Authentication plugin ‘caching_sha2_password’ cannot be loaded

   ALTER USER 'root'@'localhost' IDENTIFIED BY 'password' PASSWORD EXPIRE NEVER; #修改加密规则 

   ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'; #更新一下用户的密码 

   FLUSH PRIVILEGES; #刷新权限

猜你喜欢

转载自blog.csdn.net/qq_35193093/article/details/80551606
今日推荐