character_set_client | utf8mb4 | data sent by the client | ✓ | |
character_set_connection | utf8mb4 | server converts client data into this charset for processing | ✓ | |
collation_connection | utf8mb4_0900_ai_ci | server uses this collation for processing | ✓ | |
character_set_results | utf8mb4 | data and metadata sent by the server | ✓ | |
character_set_server | utf8mb4 | default (and fallback) charset for objects | ✓ | |
collation_server | utf8mb4_0900_ai_ci | default (and fallback) collation for objects | ✓ |
'RDB > MySQL' 카테고리의 다른 글
ProxySQL (0) | 2021.04.07 |
---|---|
vitess (0) | 2021.04.06 |
Demand Query cache 적용 (0) | 2021.01.08 |
mysql 기존 패스워드로 신규 접속대상 추가 (0) | 2020.09.18 |
Star and Snowflake schema (0) | 2020.08.14 |