Windows 机器上的 MySQL-SSL 配置(openSSl、Mysql 5.1、IIS 5.0)

发布于 2024-08-07 08:41:42 字数 208 浏览 2 评论 0原文

如何在mysql上设置openssl? “have_ssl”已禁用;如何启用它?

” mysql>显示类似“have_ssl”的变量;

如果值为 YES,则服务器支持 SSL 连接。如果该值为 DISABLED,则服务器支持 SSL 连接,但未使用适当的 --ssl-xxx 选项启动”,

这不是很清楚。如何启用它来询问服务器支持 SSL 连接?

how to setup openssl at the mysql? "have_ssl" disabled; how to enable it?

"
mysql> SHOW VARIABLES LIKE 'have_ssl';

If the value is YES, the server supports SSL connections. If the value is DISABLED, the server supports SSL connections but was not started with the appropriate --ssl-xxx options"

there is not very clear. how to enable it to ask the server support SSL connections ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

腹黑女流氓 2024-08-14 08:41:42

需要先创建密钥并将它们放在 my.ini 文件中。

有一些很好的教程,我读过:
mysql-traffic-encryption-with-openssl.html
使用 ruby​​-on-rails 中的 ssl 加密连接到 mysql/
support.eapps.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=122&nav=0,1

已经解决了

need to creat key first and put them on the my.ini file.

there are good tutorials, which I read :
mysql-traffic-encryption-with-openssl.html
connecting-to-mysql-using-ssl-encryption-in-ruby-on-rails/
support.eapps.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=122&nav=0,1

Solved it already

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文