1. 程式人生 > >使用navicat 連線 mysql 8.0.11 報 "2059 - authentication plugin 'caching_sha2_password'

使用navicat 連線 mysql 8.0.11 報 "2059 - authentication plugin 'caching_sha2_password'

使用 Navicat12連線 MySQL8.0,報錯;

使用navicat 連線 mysql 8.0.11 報  "2059 - authentication plugin 'caching_sha2_password' 

 

解決方法:

alter user 'root'@'localhost' identified with mysql_native_password by '1314'

 

原因:navicat版本不支援這種格式的密碼