When you set the password for the migration account in the destination database, you need to set the password based on the password strength requirements of the destination database.
The following operations apply to the scenario where the target database is an RDS instance.
Parameter |
Allowed Value |
Description |
---|---|---|
validate_password_length |
0-2,147,483,647 |
Specifies the minimum password length verified by the validate_password plugin. |
validate_password_mixed_case_count |
0-2,147,483,647 |
Specifies the minimum number of lowercase and uppercase letters in a password when the password policy level is MEDIUM or higher. |
validate_password_number_count |
0-2,147,483,647 |
Specifies the minimum number of digits in a password when the password policy level is MEDIUM or higher. |
validate_password_policy |
LOW, MEDIUM, STRONG |
Specifies the password policy executed by the validate_password plugin. |
validate_password_special_char_count |
0-2,147,483,647 |
Specifies the minimum number of non-alphanumeric characters in a password when the password policy level is MEDIUM or higher. |