client does not support authentication protocol requested by server; consider upgrading MySQl client
第一步:alter user ‘username’@‘host’ identified by ‘password’ password expire never;第二步:alter user ‘username’@‘host’ identified with mysql_native_password by ‘password’;第三步:flush privileges;...
原创
2019-12-23 13:56:01 ·
85 阅读 ·
0 评论