用navicat鏈接mysql8

當出現authentication plugin 'caching_sha2_password'錯誤時 用命令行登陸mysql並執行如下代碼mysql

mysql -uroot -p123456;
alter user 'root'@'localhost' identified with mysql_native_password by '你的密碼';
相關文章
相關標籤/搜索