美文网首页
关于mysql8.0配置navicat的问题

关于mysql8.0配置navicat的问题

作者: Crazy2015 | 来源:发表于2018-08-18 12:46 被阅读26次

    成功安装mysql8.0服务器端,连接Navicat会提示报错:

    1251 Client does not support authentication protocol requested by server; consider upgrading MySQL client

    解决方案

    alter user 'root'@localhost IDENTIFIED WITH mysql_native_password by '你的密码';

    https://stackoverflow.com/questions/50093144/mysql-8-0-client-does-not-support-authentication-protocol-requested-by-server

    localhost没有引号哦

    相关文章

      网友评论

          本文标题:关于mysql8.0配置navicat的问题

          本文链接:https://www.haomeiwen.com/subject/jshfiftx.html