zoukankan      html  css  js  c++  java
  • MySQL8.0 Unable to load authentication plugin 'caching_sha2_password'

    第三方可视化工具连接MySQL8.0 Unable to load authentication plugin 'caching_sha2_password'

    操作

    • mysql -root -p 进入mysql数据库
    • use mysql 将数据库切换到mysql
    • alter user 'root'@'localhost' identified by '123456' password expire never; (单引号
    • alter user 'root'@'localhost' identified with mysql_native_password by '123456';
    • flush privileges;

    命令行设置
    可视化工具效果

    参考文章

  • 相关阅读:
    字体
    abstract关键词
    final关键词
    多态
    接口
    java面向对象
    java运算符
    JDK安装
    循环
    TextView控件
  • 原文地址:https://www.cnblogs.com/QullLee/p/9433634.html
Copyright © 2011-2022 走看看