错误号 2058 无法加载插件 authentication_windows_client:找不到指定的模块
Error No. 2058 Plugin authentication_windows_client could not be loaded: The specified module could not be found
MySQL 有一个插件,允许根据当前用户的 Windows 凭据进行用户身份验证。该插件是 ‘authentication_windows.dll’
。
我从 SQLyog 收到以下错误消息:
Error No. 2058 Plugin authentication_windows_client could not be
loaded: The specified module could not be found.
“authentication_windows_client”是一个dll
,应该在客户端加载。事实上,我认为 SQLyog
正在寻找一个旧的 dll
,它已被 MySQL 替换为 ‘libmysql.dll’
。
如何让 SLQyog 加载正确的 dll
?
Sqlyog 包含明文和对话框插件,但由于许可证问题,无法支持 window 身份验证插件。
所以您可以购买产品或寻求破解,否则您不能将 sqlyog 与 mysql 一起使用,直到有人不破解...
MySQL 有一个插件,允许根据当前用户的 Windows 凭据进行用户身份验证。该插件是 ‘authentication_windows.dll’
。
我从 SQLyog 收到以下错误消息:
Error No. 2058 Plugin authentication_windows_client could not be loaded: The specified module could not be found.
“authentication_windows_client”是一个dll
,应该在客户端加载。事实上,我认为 SQLyog
正在寻找一个旧的 dll
,它已被 MySQL 替换为 ‘libmysql.dll’
。
如何让 SLQyog 加载正确的 dll
?
Sqlyog 包含明文和对话框插件,但由于许可证问题,无法支持 window 身份验证插件。
所以您可以购买产品或寻求破解,否则您不能将 sqlyog 与 mysql 一起使用,直到有人不破解...