Collation support for utf8mb4_0900_as_ci

What happens if you connect first, then switch the collation?

SET NAMES 'utf8mb4' COLLATE 'utf8mb4_0900_as_ci';

Or set the default in proxysql, mysql-default_collation_connection

1 Like