如何在 Windows 中的 MySQL 服务器上启用 SSL 连接

发布于 2024-09-17 19:59:00 字数 105 浏览 4 评论 0原文

如何在 Windows 中的 MySQL 服务器上启用 SSL?我已经下载了 OpenSSL,但不知道如何让它在 Windows 中工作,因为所有命令都在 UNIX shell 中。帮助任何人吗?

How do I enable SSL on MySQL server in Windows? I have downloaded OpenSSL but don't know how to get it work in Windows since all the commands are in UNIX shell. help anyone?

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

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

发布评论

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

评论(3

陌路终见情 2024-09-24 19:59:00

在OpenSSL网站上,有一个二进制包的页面:

认为就是您想要的 Windows。

我不能说它会有多好。另外请明确你想做什么。您无法“在 Windows 中为 MySQL 创建 SSL”。您是否希望 MySQL 有 SSL 加密连接?

On the OpenSSL website, there is a page for binary packages:
http://www.openssl.org/related/binaries.html

I think that is what you want for Windows.

I can't say how good it will work. Also please clarify what you you want to do. You cannot "create SSL for MySQL in Windows". Do you want MySQL to have SSL encrypted connections perhaps?

天邊彩虹 2024-09-24 19:59:00

XAMPP 在 xampp\PHP\extras\openssl 中有它

XAMPP has it in xampp\PHP\extras\openssl

冷血 2024-09-24 19:59:00

您想查看 http://dev.mysql。 com/doc/refman/5.0/en/creating-ssl-certs.html,然后是右侧的链接。

要在 Windows 中使用 openssl - 找到它所在的位置,然后转到“开始”>“运行> (类型)CMD

类型:cd PATH_TO_OPENSSL_FOLDER
类型: openssl ..... 此处的命令 .....

这完全取决于您是购买 SSL 证书还是创建自签名证书。自签名是免费且简单的,但购买自签名被认为更安全/值得信赖。

You want to look at http://dev.mysql.com/doc/refman/5.0/en/creating-ssl-certs.html and then the links on the right hand side.

To work with openssl in Windows - locate where it is and then go Start > Run > (type) CMD

Type: cd PATH_TO_OPENSSL_FOLDER
Type: openssl ..... commands here .....

It will all depend on if you are purchasing an SSL certificate or creating a self signed one. Self signed are free and simple but purchasing one is deemed more secure / trusted.

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