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

MySQL.DBLinkedUser

Property Description

Table 1 Property description

Property

Required

Type

Description

userPassword

Yes

password

Password for logging in to the database. The value is not empty. It contains 8-32 characters and is not a weak password. It contains letters, digits, and the following special characters: ~!@#%^*-_=+?

Value Description: Supports customization.

Value Constraint: 1. The parameter must be written into inputs and imported using the get_input function. 2. The value is not empty. It contains 8-32 characters and is not a weak password. It contains letters, digits, and the following special characters: ~!@#%^*-_=+? suggestion: 'You are advised to use the get_input function to obtain the value and avoid plaintext passwords to ensure security.'

name

Yes

string

Username

Value Description: Cannot be the following fields: root, rdsadmin, rdsbackup, or rdsrepl. If this parameter is left blank, no user is created.

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

Suggestion: Customize the value.

userDatabase

No

MySQL.UserDatabase

Configuration of the database that the user can access

Suggestion: Select the dbUser field in the component part, and then fill in the field based on prompts.