MySQL 连接出现 Authentication plugin ‘caching_sha2_password‘ cannot be loaded

use mysql;

select user,host from user;

ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY '123';

posted @ 2022-05-20 08:52  仁义礼智信的  阅读(33)  评论(0)    收藏  举报