1. 程式人生 > >mysql連接出現caching-sha2-password

mysql連接出現caching-sha2-password

使用idea 連線mysql資料庫:

---修改加密規則  mysql_native_password alter user 'root'@'localhost' identified with mysql_native_passwordby '[email protected]' password expire never;

--最後重新整理一下啊許可權

flush privileges;