MySQL.DataBase
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. |
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. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.