navicat 连接 mysql 出现Client does not support authentication protocol requested by server解决方案

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'xxxxxx';