cse_engineer 发表于 2024-2-25 11:16:49

客户端启动报错Authentication plugin 'caching_sha2_password' cannot be...

本帖最后由 cse_engineer 于 2024-2-25 11:32 编辑

问题:安装完成后,利用默认密码启动客户端,https://greatsql.cn/docs/8032-25 ... centos-install.html

报错:Authentication plugin 'caching_sha2_password' cannot be loaded: /usr/lib64/mysql/plugin/caching_sha2_password.so: cannot open shared object file: No such file or directory

尝试:
在my.cnf当中添加default_authentication_plugin=mysql_native_password
停止服务之后
systemctl daemon-reload,再启动服务。 报错相同。


其他信息:
mysql --version 输出如下:
mysqlVer 15.1 Distrib 5.5.56-MariaDB, for Linux (x86_64) using readline 5.1

cse_engineer 发表于 2024-2-25 11:32:28

换了客户端程序,已解决。
页: [1]
查看完整版本: 客户端启动报错Authentication plugin 'caching_sha2_password' cannot be...