更新时间:2023-12-13 GMT+08:00

MySQL.DataBase

字段说明

表1 字段说明

属性

是否必选

参数类型

描述

characterSet

string

数据库字符集

取值说明:该字段可填值以RDS服务支持情况为准,如utf8, gbk。

使用建议:1. 可通过RDS界面在参数组管理选项卡中查看character_set_database字段的属性 https://console-intl.huaweicloud.com/newrds/?locale=zh-cn#/rds/management/params

name

string

数据库名称

取值说明:不可为以下字段 ["mysql", "information_schema", "performance_schema"] 填写空值表示不创建数据库

取值约束:符合MySQL对于数据库名的要求即可

使用建议:用户自定义

collate

string

数据库编码格式

取值说明:该字段可填值以RDS服务支持情况为准,如 utf8_general_ci, utf8_bin, utf8_unicode_ci, gbk_bin。

使用建议:1. 可通过RDS界面在参数组管理选项卡中查看collation_server 字段的可选属性 https://console-intl.huaweicloud.com/newrds/?locale=zh-cn#/rds/management/params