Files
oceanbase/docs/docs-cn/13.reference-guide/2.system-variable/6.character_set_connection.md
2022-02-10 14:51:49 +08:00

18 lines
1.3 KiB
Markdown

character_set_connection
=============================================
character_set_connection 用于设置收到语句后应转换的字符集。
| **属性** | **描述** |
|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------|
| 参数类型 | string |
| 默认值 | utf8mb4 |
| 取值范围 | * utf8mb4 * binary * gbk |
| 生效范围 | * GLOBAL * SESSION |
| 是否参与序列化 | 是 |
| 是否可以为空 | 是 |