$ mysql -uhoge -ppiyo -h192.168.101.83 testdb ERROR 2026 (HY000): TLS/SSL error: SSL is required, but the server does not support it
--skip-ssl オプションを使う
$ mysql --skip-ssl -uhoge -ppiyo -h192.168.101.83 testdb
$ mysql -uhoge -ppiyo -h192.168.101.83 testdb ERROR 2026 (HY000): TLS/SSL error: SSL is required, but the server does not support it
--skip-ssl オプションを使う
$ mysql --skip-ssl -uhoge -ppiyo -h192.168.101.83 testdb