What is the equivalent of sequel pro's just checking “connect using ssl” in mycli?

随声附和 提交于 2019-12-01 22:48:55

It's the --ssl option, which means "Enable encrypted connection".

mysql --ssl

A full list of command-line flags for MySQL CLI (mysql) can be found here:

https://dev.mysql.com/doc/refman/5.7/en/encrypted-connection-options.html

I don't believe that that checkbox does anything as fancy as verifying certificates (i.e. it does not pass in the --ssl-verify-server-cert option).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!