技术栈
mysql 9
index_ling
16 天前
retrieval
·
mysql 8
·
mysql_native
·
caching_sha2
·
mysql 9
Public Key Retrieval is not allowed
mysql_native_password caching_sha2_password Public Key Retrieval is not allowed 该错误通常由 MySQL 8.0+ 的 `caching_sha2_password` 认证方式与客户端默认安全策略冲突导致。以下是三种解决方案,推荐优先尝试 方案一。
我是有底线的