Navicat 11 连MySQL 8.0.16 报 Client does not support authentication。。。。。。。。

解决:

alter user 'fabu'@'%' identified with mysql_native_password by 'FuckWisedu';
flush privileges;

相关文章:

  • 2021-11-01
  • 2021-09-25
  • 2021-07-11
  • 2021-05-08
  • 2021-05-17
  • 2021-08-23
  • 2021-06-12
猜你喜欢
  • 2021-04-17
  • 2021-07-14
  • 2021-07-25
相关资源
相似解决方案