mysql 8 以上安装,Navicat 连接出现Authentication plugin ‘caching_sha2_password‘ cannot be loaded 错误解决方法
MYSQL 8.0 以上包含了以下三种加密插件 caching_sha2_password sha256_password mysql_native_password 与mysql8以前版本的mysql_native_password插件相比,caching_sha2_password和sha256_password身份验证插件提供了更安全的密码加密。且caching_sha2_password在性能上优于sha256_password,因此在MYSQL 8.0中caching





