Search Results
https://dev.mysql.com/doc/refman/8.4/en/server-options.html
Warning This option creates a MySQL root user with an empty password, which is insecure. For this reason, do not use it in production without setting this password manually. See Post-Initialization root Password Assignment, for information about how ... When you start the mysqld server, you can specify program options using any of the methods described in Section 6.2.2, “Specifying Program ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-encrypted-innodb-options.html
The following is the command-line option for working with encrypted InnoDB tables and binary/relay logs: --encrypt-password[=STRING] Command-Line Format --encrypt-password=STRING Type String The user-supplied password by which mysqlbackup encrypts ... MySQL Enterprise Backup supports encrypted InnoDB tablespaces and encrypted binary/relay ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/innodb-clusterset-deploy.html
The same user account name and password must be used on every member server in the cluster, and you need to create it on all the servers in the InnoDB ClusterSet deployment. It is possible to use the root account as the InnoDB Cluster server ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-connections.html
Important Regardless of how you choose to connect it is important to understand how passwords are handled by MySQL Shell. The password (which has a maximum length of 128 characters) is requested at the login prompt, and can be stored using Section ... MySQL Shell can connect to MySQL Server using both X Protocol and classic MySQL ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-upgrade.html
The first provides connection data if the connection does not already exist, and the second is a dictionary that you can use to specify the following options: password The password for the user account that is used to run the upgrade checker utility. You can provide the password using this dictionary option or as part of the connection ... The util.checkForServerUpgrade() function is an upgrade ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-native-kerberos.html
No passwords are sent over the network and Kerberos protocol messages are protected against eavesdropping and replay attacks. The client-side plugin uses the UPN and password to obtain a ticket-granting ticket (TGT), uses the TGT to obtain a MySQL ... The Native Kerberos connections method authenticates a MySQL user with authentication tokens generated by the kinit ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-8.html
Failed login attempts and password lock time in ALTER USER statements. New and changed keywords: ARRAY FAILED_LOGIN_ATTEMPTS MASTER_COMPRESSION_ALGORITHM MASTER_TLS_CIPHERSUITES MASTER_ZSTD_COMPRESSION_LEVEL MEMBER OFF PASSWORD_LOCK_TIME ... This ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-jdbc-url-format.html
Other keys that can be added include user, password, protocol, and so on. Limit the overrides to user, password, network timeouts, and statement and metadata cache sizes; the effects of other per-host overrides are not defined. This section ...
https://dev.mysql.com/doc/internals/en/com-change-user-and-non-client-plugin-auth-clients.html
Clients which do not support pluggable authentication can send COM_CHANGE_USER command for accounts which use Secure Password Authentication or Old Password Authentication. the hash of the new password, should be sent in the auth-response field of ...In this case it is assumed that server has already sent the authentication challenge - the same which was sent when the client connected for the first time - and client's reply to that challenge, ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-22.html
URI mode follows X DevAPI URI mode: mysqlx_session_t *sess = mysqlx_get_session_from_url( "mysqlx://user:password@host:port/db?compression-algorithms=[lz4,zstd_stream]", &error); Option mode follows the string format used for SessionOption: ...