Updated on 2022-02-22 GMT+08:00

MySQL.DataBase

Property Description

Table 1 Property description

Property

Mandatory

Type

Description

characterSet

Yes

string

Character set of the database

Value Description: Set this parameter based on the character sets supported by RDS, for example, utf8 or gbk.

Suggestion: You can view the attribute of the character_set_database field on the parameter group management page of the RDS console.

name

Yes

string

Database name

Value Description: The following values are not supported: mysql, information_schema, and 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: Set this parameter based on the formats supported by RDS, for example, utf8_general_ci, utf8_bin, utf8_unicode_ci, or gbk_bin.

Suggestion: You can view the attribute of the collation_server field on the parameter group management page of the RDS console.