首页
学习
活动
专区
圈层
工具
发布
  • 您找到你想要的搜索结果了吗?
    是的
    没有找到

    Navicate链接Mysql报错2059-Authentication plugin ‘caching_sha2_password‘ cannot be loaded

    Navicate链接Mysql报错2059-Authentication plugin ‘caching_sha2_password‘ cannot be loaded 报错原因: Navicat不支持...MySQL新版本的‘’caching_sha2_password’这种用户登录账户加密方式,所以需要修改root账户的加密方式,修改成Navicat支持的方式‘mysql_native_password...mysql8之前的版本中加密规则为mysql_native_password,而在mysql8以后的加密规则为caching_sha2_password。...如果你的MySQL容器设置了环境变量(如通过docker run命令的-e MYSQL_ROOT_PASSWORD=your_password)来设置root用户的密码,但在执行上述命令时仍然提示你输入密码...查看默认的加密方式;本地用户的加密方式 show variables like 'default_authentication_plugin'; select host,user,plugin from

    1.5K10
    领券