原文:Mysql8 連接提示 Client does not support authentication protocol requested by server; consider upgrading MySQL client 解決方法

USE mysql ALTER USER root localhost IDENTIFIED WITH mysql native password BY password FLUSH PRIVILEGES ...

2018-06-15 12:37 0 8182 推薦指數:

查看詳情

【已解決】使用Navicat連接MySQL數據庫時報錯Client does not support authentication protocol requested by server; consider upgrading MySQL client

報錯緣由:   起初在驗證一個mybatis的demo時提示“Error querying database”(見下方完整代碼),找了很多方法沒有解決,最后在貼吧找到答案。錯誤原因是安裝mysqlAuthentication Method選擇了第一種強加密方法,改成第二種問題就解決 ...

Tue Oct 02 23:51:00 CST 2018 0 3922
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM