実は(?) GA後の MySQL 5.7.11でdeprecatedになっていたヤーツ。
The client-side --ssl option is deprecated as of MySQL 5.7.11 and
is removed in MySQL 8.0. For client programs, it is preferable to
use --ssl-mode instead:
Use --ssl-mode=REQUIRED instead of --ssl=1 or --enable-ssl.
Use --ssl-mode=DISABLED instead of --ssl=0, --skip-ssl, or
--disable-ssl.
No explicit --ssl-mode option is equivalent to no explicit --ssl
option.
The server-side --ssl option is not deprecated.
MySQL :: MySQL 5.7 Reference Manual :: 7.4.5
Command Options for Secure Connections
結構盛大に変わる。。
$ mysql80 --ssl[さらに読む]
mysql: [ERROR] unknown option '--ssl'
$ mysql80 --help | grep ssl
--ssl-mode=name SSL …