Updated on 2023-12-13 GMT+08:00

MySQL.DataBase

Property Description

Table 1 Property description

Property

Required

Type

Description

characterSet

Yes

string

Character set of the database

Value Description: Supports the value based on RDS support conditions, for example, utf8 or gbk.

Suggestion: 1. You can view the attribute of the character_set_database field on the parameter group management page of the RDS console. https://console-intl.huaweicloud.com/newrds/?locale=en-us#/rds/management/params

name

Yes

string

Database name

Value Description: Cannot be the following fields: mysql, information_schema, or performance_schema. If this parameter is left blank, no database is created.

Value Constraint: The value must meet MySQL database name requirements.

Suggestion: Customize the value.

collate

Yes

string

Encoding format of the database

Value Description: Supports the value based on RDS support conditions, for example, utf8_general_ci, utf8_bin, utf8_unicode_ci, or gbk_bin.

Suggestion: 1. You can view the attribute of the collation_server field on the parameter group management page of the RDS console. https://console-intl.huaweicloud.com/newrds/?locale=en-us#/rds/management/params