安装包: mysql-workbench-community-8.0.18-winx64.msi

版本号: MySQL Workbench 8.0 CE

连接提示: 

MySQL Workbench Failed to Connect to MySQL at 127.0.0.1:3306 with user root Bad handshake

尝试过方法

1.localhost和::1都不行

2.查询host是否在用户下,存在->无效

MySQL Workbench Failed to Connect to MySQL at 127.0.0.1:3306 with user root Bad handshake
3.在my.ini里的[mysqld]下加
bind-address = 127.0.0.1
也无效
4.FLUSH PRIVILEGES;执行后也无效
5.navicat和hedisql都可以连接

最终在bug-75745找到解救方法: 由于版本高导致不兼容,在workbench下载地址下载6.3.10版本安装即可

MySQL Workbench Failed to Connect to MySQL at 127.0.0.1:3306 with user root Bad handshake

相关文章:

  • 2022-12-23
  • 2021-05-16
  • 2022-12-23
  • 2022-12-23
  • 2021-10-14
  • 2021-05-14
  • 2021-08-02
  • 2021-09-23
猜你喜欢
  • 2022-01-01
  • 2021-07-01
  • 2022-12-23
  • 2021-12-05
  • 2021-05-23
  • 2022-12-23
相关资源
相似解决方案