mysql的连接权限原因:client does not support authentication

川长思鸟来 2022-01-27 05:13 353阅读 0赞
  1. mysql> alter user 'root'@'localhost' identified with mysql_native_password by '123456';
  2. Query OK, 0 rows affected (0.10 sec)
  3. mysql> flush privileges;

发表评论

表情:
评论列表 (有 0 条评论,353人围观)

还没有评论,来说两句吧...

相关阅读