gpt4 book ai didi

MySQL 使用 openSSL/企业加密

转载 作者:行者123 更新时间:2023-11-29 20:49:00 26 4
gpt4 key购买 nike

我正在尝试安装 MySQL 企业插件 openssl_udf。我需要它来生成 RSA key 和 RSA 加密。我从Oracle获取了openssl_udf.dll并尝试了以下代码,但失败。

INSTALL PLUGIN openssl_udf SONAME 'openssl_udf.dll'

失败:

Error Code: 1126. Can't open shared library 'C:\Program Files\MySQL\MySQL Server 5.7\lib\plugin\openssl_udf.dll'

还有:

CREATE FUNCTION asymmetric_decrypt RETURNS STRING
SONAME 'openssl_udf.dll';

失败:

Error Code: 1126. Can't open shared library 'openssl_udf.dll' (errno: 193 )

有人知道怎么用吗?

来源: https://dev.mysql.com/doc/refman/5.7/en/install-plugin.html http://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-installation.html

最佳答案

所以这毕竟很简单。第一次卸载MySQL服务器(社区)后,我没有手动删除所有MySQL文件和文件夹,因此企业安装程序必须再次安装社区发行版。卸载并删除所有文件并重新安装后,一切正常。

关于MySQL 使用 openSSL/企业加密,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38208672/

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