Search Results
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysqlsh.html
For MySQL Shell connections using classic MySQL protocol, specify the name of the authentication plugin, for example caching_sha2_password. MYSQL41 Use the challenge-response authentication protocol supported by MySQL 4.1 and later, which does not ... MySQL Shell is an advanced command-line client and code editor for ...
https://dev.mysql.com/doc/refman/8.4/en/pam-pluggable-authentication.html
PAM enables a system to use a standard interface to access various kinds of authentication methods, such as traditional Unix passwords or an LDAP directory. For information about the mysql_clear_password plugin, see Section 8.4.1.4, “Client-Side ... Note PAM pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/server-error-reference.html
Error number: 1758; Symbol: ER_DA_INVALID_CONDITION_NUMBER; SQLSTATE: 35000 Message: Invalid condition number Error number: 1759; Symbol: ER_INSECURE_PLAIN_TEXT; SQLSTATE: HY000 Message: Sending passwords in plain text without SSL/TLS is extremely ... The MySQL server writes some error messages to its error log, and sends others to client ...
https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html
This means that factor 1 is required in account definitions and can use any authentication plugin (with caching_sha2_password being the default), and that factors 2 and 3 are optional and each can use any authentication plugin. If ... The MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/ldap-pluggable-authentication.html
The client-side mysql_clear_password plugin is built into the libmysqlclient client library. For connections by accounts that use this plugin, client programs use the client-side mysql_clear_password plugin, which sends the password to the server as ... Note LDAP pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/8.4/en/mysqladmin.html
This changes the password to new_password for the account that you use with mysqladmin for connecting to the server. Thus, the next time you invoke mysqladmin (or any other client program) using the same account, you must specify the new password.
https://dev.mysql.com/doc/mysql-monitor/8.0/en/security-advisors-ref.html
As of MySQL 4.1 (and later), PASSWORD() was modified to produce a longer 41-byte hash value to provide enhanced security. Default frequency 06:00:00 Default auto-close enabled yes Insecure Password Authentication Option Is Enabled Note This advisor ...Note MySQL Enterprise Firewall and MySQL Enterprise Audit Plug-in advisors are described in MySQL Enterprise Firewall and MySQL Enterprise Audit ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-logging-configuration.html
If encryption is enabled, the plugin adds a suffix of .pwd_id.enc, where pwd_id indicates which encryption password to use for log file operations. The audit log plugin stores encryption passwords in the keyring; see Encrypting Audit Log Files.
https://dev.mysql.com/doc/refman/8.4/en/kerberos-pluggable-authentication.html
Security: Kerberos uses tickets together with symmetric-key cryptography, enabling authentication without sending passwords over the network. No passwords are sent over the network and Kerberos protocol messages are protected against eavesdropping ... Note Kerberos pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-command-options.html
--connect-expired-password Command-Line Format --connect-expired-password Indicate to the server that the client can handle sandbox mode if the account used to connect has an expired password. This can be useful for noninteractive invocations of ...