navicat連接mysql報錯:Client does not support authentication protocol requested by server

解決方法: 打開MySQL 8.0 Command Line Client執行: mysql> use mysql; mysql> alter user 'root'@'localhost' identified with mysql_native_password by '111111'; mysql> flush privileges; 然後再次打開Navicat連接成功
相關文章
相關標籤/搜索