美文网首页
客户端不支持服务器请求的身份验证协议;请考虑升级MySQL客户端

客户端不支持服务器请求的身份验证协议;请考虑升级MySQL客户端

作者: 喜之郎亲亲 | 来源:发表于2020-05-21 16:57 被阅读0次

    Java在用JDBC连接Mysql时,执行到:

    Connection con = DriverManager.getConnection("jdbc:mysql://localhost:3306/aa","root","jian8182");

    时,报错:

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

    解决步骤:

    1.

    相关文章

      网友评论

          本文标题:客户端不支持服务器请求的身份验证协议;请考虑升级MySQL客户端

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