Database Name | - The database name must start with a letter and end with a letter or digit.
- The database name can contain lowercase letters, digits, underscores (_), and hyphens (-).
- The name must be 2 to 64 characters in length.
- The database name must be unique in a cluster.
Note The database name cannot be test or another keyword that is reserved by the system. |
Database Owner | The owner of the database. The owner is granted all permissions on the database. |
Supported Character Set | The character set supported by the database. Default value: UTF8. You can select another required character set from the drop-down list. |
Collate | The rule based on which character strings are sorted. |
Ctype | The type of characters supported by the database. |
Description | Enter a description for the database. The description can help you manage your database. It must meet the following requirements: - The description cannot contain the prefix http:// or https://.
- The description must start with a letter.
- The description can contain letters, digits, underscores (_), and hyphens (-).
- It must be 2 to 256 characters in length.
|