gpt4 book ai didi

MySQL 插件标准未加载

转载 作者:行者123 更新时间:2023-11-29 17:03:08 26 4
gpt4 key购买 nike

我尝试重新安装 MySQL 服务器 8.0 以使用旧版身份验证方法,但当安装程序尝试启动服务器时,日志中出现以下错误:

MySQL error 0: Authentication to host 'localhost' for user 'root' using method 'mysql_native_password' failed with message: Plugin 'Standard' is not loaded

如何修复它?

最佳答案

caching_sha2_password 是 8.0 中的默认身份验证机制。因此,请使用支持此功能的客户端。或者使用mysql-8.0客户端,使用CREATE USER创建一个新用户:

CREATE USER 'vyacheslav'@'localhost'
IDENTIFIED WITH mysql_native_password BY 'password';

关于MySQL 插件标准未加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52158678/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com