Added support for the C# client to connect to ClickHouse using the MySQL protocol.
Why it matters
This feature enables users who develop in C# to interact with ClickHouse through the widely supported MySQL protocol, improving compatibility and allowing seamless integration with existing MySQL client libraries in C# environments.How to use it
Use any C# MySQL client library to connect to ClickHouse by specifying the ClickHouse server's address and port where the MySQL protocol is enabled. No additional ClickHouse-specific client driver is required.