打开mysql的命令窗口

navacat for mysql 连接mysql时报错1251连接失败

第一步,输入alter user 'root'@'localhost' identified with mysql_native_password by 'root的密码';

第二步,输入flush privileges;

这两步都提示 'OK'后就可以了

相关文章:

  • 2022-01-04
  • 2022-12-23
  • 2021-09-22
  • 2022-01-04
  • 2021-11-17
  • 2021-11-27
  • 2021-12-05
猜你喜欢
  • 2021-04-15
  • 2022-12-23
  • 2021-05-17
  • 2021-04-10
  • 2021-08-05
  • 2021-07-02
相关资源
相似解决方案