simple_password_check_minimal_length
This page is part of MariaDB's SkySQL Documentation.
The parent of this page is: System Variables for MariaDB Enterprise Server
Topics on this page:
Overview
Minimal required password length
See also: System Variables for MariaDB Enterprise Server 10.6, in 10.5 ES, and in 10.4 ES
USAGE
The simple_password_check_minimal_length
system variable can have its default value configured via SkySQL Configuration Manager.
DETAILS
The simple_password_check_minimal_length
system variable is one of the system variables that controls how the simple_password_check plugin validates new passwords:
If a user tries to create a user account with the CREATE USER or GRANT statements and the specified password has fewer characters than the configured value, then the password will be rejected, and the user account will not be created.
If a user tries to set a user account password with the SET PASSWORD, ALTER USER, or GRANT statements and the password has fewer characters than the configured value, then the password will be rejected, and the user account password will not be changed.
PARAMETERS
Dynamic | Yes |
Scope | Global |
Data Type | INT UNSIGNED |
Minimum Value | 0 |
Maximum Value | 1000 |
Default Value | 8 |
SKYSQL
Cloud | SkySQL Topology | ES Ver | Default |
---|---|---|---|
AWS | Multi-Node Analytics | 10.5 | 8 (choices: 0, 1, 8, 12, 16, 20, 32) |
Single Node Analytics | 10.5 | 8 (choices: 0, 1, 8, 12, 16, 20, 32) | |
Distributed Transactions | 10.5 | Not present | |
10.6 | Not present | ||
Replicated Transactions | 10.4 | 8 (choices: 0, 1, 8, 12, 16, 20, 32) | |
10.5 | 8 (choices: 0, 1, 8, 12, 16, 20, 32) | ||
10.6 | 8 (choices: 0, 1, 8, 12, 16, 20, 32) | ||
Single Node Transactions | 10.4 | 8 (choices: 0, 1, 8, 12, 16, 20, 32) | |
10.5 | 8 (choices: 0, 1, 8, 12, 16, 20, 32) | ||
10.6 | 8 (choices: 0, 1, 8, 12, 16, 20, 32) | ||
GCP | Multi-Node Analytics | 10.5 | 8 (choices: 0, 1, 8, 12, 16, 20, 32) |
Single Node Analytics | 10.5 | 8 (choices: 0, 1, 8, 12, 16, 20, 32) | |
Distributed Transactions | 10.5 | Not present | |
10.6 | Not present | ||
Replicated Transactions | 10.4 | 8 (choices: 0, 1, 8, 12, 16, 20, 32) | |
10.5 | 8 (choices: 0, 1, 8, 12, 16, 20, 32) | ||
10.6 | 8 (choices: 0, 1, 8, 12, 16, 20, 32) | ||
Single Node Transactions | 10.4 | 8 (choices: 0, 1, 8, 12, 16, 20, 32) | |
10.5 | 8 (choices: 0, 1, 8, 12, 16, 20, 32) | ||
10.6 | 8 (choices: 0, 1, 8, 12, 16, 20, 32) |
PRIVILEGES
The simple_password_check_minimal_length
system variable requires the SUPER
privilege to dynamically set its value at runtime.
CHANGE HISTORY
Release Series | History |
---|---|
10.6 Enterprise |
|
10.5 Enterprise |
|
10.4 Enterprise |
|
EXTERNAL REFERENCES
This page shows information specific to MariaDB SkySQL. Information for non-SkySQL use can be found on the simple_password_check_minimal_length page in the MariaDB Enterprise Documentation.