安装mysql8.0后客户端连不上,报错Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(): image not found 。
修改 root 用户密码:
mysql>ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY 'root';
安装mysql8.0后客户端连不上,报错Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(): image not found 。
修改 root 用户密码:
mysql>ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY 'root';