解決Navicat for MySQL 連接新版本 Mysql時 出現Client does not support authentication protocol 錯誤

**出現這種情況的原因是:**mysql8之前的版本中加密規則是mysql_native_password,而在mysql8之後,加密規則是caching_sha2_password, 1、第一步登錄mysql客戶端; 2、在客戶端輸入「ALTER USER ‘root’@’localhost’ IDENTIFIED BY ‘password’ PASSWORD EXPIRE NEVER」;#修改
相關文章
相關標籤/搜索