v.20.1Improvement

Enabled MySQL Compatibility in ClickHouse without SSL

Enabled MySQL compatibility server when ClickHouse is compiled without SSL. #7852 (Yuriy Baranov)
Enabled MySQL compatibility server support in ClickHouse when compiled without SSL.

Why it matters

This feature allows the MySQL compatibility server to operate even if ClickHouse is built without SSL support, enabling broader usage scenarios and simplifying deployments in environments where SSL is not required or unavailable.

How to use it

To use this feature, compile ClickHouse without SSL support and start the MySQL compatibility server as usual. The server will now function correctly without requiring SSL.