使用navicat 连接 mysql 8.0.11 报 "2059 - authentication plugin 'caching_sha2_password' ..."
解决办法:
进入mysql命令行然后输入
ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY 'root1';
使用navicat 连接 mysql 8.0.11 报 "2059 - authentication plugin 'caching_sha2_password' ..."
进入mysql命令行然后输入
ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY 'root1';