1. 程式人生 > >mysql安裝客戶端登入localhost 出現的問題 client does not support authentication

mysql安裝客戶端登入localhost 出現的問題 client does not support authentication

cd D:\Program Files\MySQL\MySQL Server 8.0\bin

進入mysql安裝目錄

執行命令mysql -u root -p 12345 進入資料庫

執行如下命令

alter user 'root'@'localhost' identified with mysql_native_password by '12345';

flush privileges;