mysql8使用root连接错误

错误内容:The server requested authentication method unknown to the client 

解决:

  use mysql;

  ALTER USER root IDENTIFIED WITH mysql_native_password BY 'PASSWORD';

posted on 2019-06-04 14:00  凡一二三  阅读(189)  评论(0编辑  收藏  举报