v.20.4Improvement
Provide max_allowed_packed in MySQL Compatibility Interface for ClickHouse
Provide max_allowed_packed in MySQL compatibility interface that will help some clients to communicate with ClickHouse via MySQL protocol. #10199 (BohuTANG)Why it matters
This feature addresses compatibility issues experienced by some MySQL clients when connecting to ClickHouse via the MySQL protocol. By providing themax_allowed_packed parameter, it enhances protocol negotiation and ensures smoother client-server interaction.How to use it
Configure the MySQL compatibility interface in ClickHouse by setting themax_allowed_packed parameter to a suitable value in the server settings. This enables clients requiring this setting to communicate properly over the MySQL protocol.