Skip to main content
These settings configure the ClickHouse server and are autogenerated from ClickHouse source.

mysql_port

Port for communicating with clients over MySQL protocol.
  • Positive integers specify the port number to listen to
  • Empty values are used to disable communication with clients over MySQL protocol.
Example

mysql_require_secure_transport

If set to true, secure communication is required with clients over mysql_port. Connection with option <--ssl-mode=none> will be refused. Use it with OpenSSL settings.
Last modified on July 22, 2026