Mysql Workbench 连接 ssl 未启用
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/27202499/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Mysql Workbench connection ssl not enable
提问by sedatbzdgn
I'm trying to connect local database using mysql workbench but i can't connect.i tried test connection.it warned pop up window write "ssl not enable". how can i connect my local database
我正在尝试使用 mysql 工作台连接本地数据库,但我无法连接。我尝试测试连接。它警告弹出窗口写“ssl not enable”。我如何连接我的本地数据库
this is screen shot
这是屏幕截图
回答by Coastcrawler
This is just a info popup, telling you, that SSL is not enabled. Just installed Workbench and stubmled over the same message, thinking that indicates a problem :D Yes, you can of course connect to your DB.
这只是一个信息弹出窗口,告诉您未启用 SSL。刚刚安装了 Workbench 并发现了相同的消息,认为这表明存在问题:D 是的,您当然可以连接到您的数据库。