Search Results
Displaying 11 to 20
of 34 total results
- « Previous
- 1
- 2
- 3
- 4
- Next »
https://dev.mysql.com/doc/refman/8.4/en/dynamic-system-variables.html
Many server system variables are dynamic and can be set at runtime. For a description of the privilege requirements for setting system variables, see Section 7.1.9.1, “System Variable Privileges” The following table lists all dynamic system ...
https://dev.mysql.com/doc/refman/8.4/en/validate-password-installation.html
This section describes how to install and uninstall the validate_password password-validation component. Note If you install MySQL 8.4 using the MySQL Yum repository, MySQL SLES Repository, or RPM packages provided by Oracle, the validate_password ...For general information about installing and uninstalling components, see Section 7.5, “MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/encryption-functions.html
mysql> SELECT UNCOMPRESSED_LENGTH(COMPRESS(REPEAT('a',30))); -> 30 VALIDATE_PASSWORD_STRENGTH(str) Given an argument representing a plaintext password, this function returns an integer to indicate how strong the password is, or NULL if the argument ...If you want to store these results, use a column with a VARBINARY or BLOB binary string data ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-configuration-file.html
Upon the completion of the deployment described in this guide, the MySQL configuration file (/etc/my.cnf) contains these configuration settings: [mysqld] datadir=/usr/local/mysql/data socket=/tmp/mysql.sock port=3306 ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-yum-repo.html
The default password policy implemented by validate_password requires that passwords contain at least one uppercase letter, one lowercase letter, one digit, and one special character, and that the total password length is at least 8 characters.
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-rpm.html
The default password policy implemented by validate_password requires that passwords contain at least one uppercase letter, one lowercase letter, one digit, and one special character, and that the total password length is at least 8 characters. The ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-user-accounts.html
If an administrator-specified literal password is specified instead of the RANDOM PASSWORD option, the literal password value must conform to the password policy enabled by the validate_password component. (See Chapter 6, Installing the MySQL ...It ...
https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html
validate_password.xxx The validate_password component implements a set of system variables having names of the form validate_password.xxx. The MySQL server maintains many system variables that affect its operation. Most system variables can be set ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-sles-repo.html
The MySQL SLES repository provides RPM packages for installing and managing the MySQL server, client, and other components on SUSE Enterprise Linux Server. Adding the MySQL SLES Repository Add or update the official MySQL SLES repository for your ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/server-error-reference.html
Error number: 4165; Symbol: ER_VALIDATE_PASSWORD_INSUFFICIENT_CHANGED_CHARACTERS; SQLSTATE: HY000 Message: The new password must have at least '%u' characters that are different from the old password. Error number: MY-011811; Symbol: ... The MySQL ...
Displaying 11 to 20
of 34 total results
- « Previous
- 1
- 2
- 3
- 4
- Next »