Windows 机器上的 MySQL-SSL 配置(openSSl、Mysql 5.1、IIS 5.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
需要先创建密钥并将它们放在 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