PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.2Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/cleartext-pluggable-authentication.html
A client-side authentication plugin is available that enables clients to send passwords to the server as cleartext, without hashing or encryption. Table 6.12 Plugin and Library Names for Cleartext Authentication Plugin or File Plugin or File Name ...(Examples are the PAM and simple LDAP authentication plugins; see Section 6.4.1.7, “PAM Pluggable Authentication”, and Section 6.4.1.9, “LDAP Pluggable Authentication”.) The following discussion provides usage information specific to cleartext pluggable ...
https://dev.mysql.com/doc/refman/5.7/en/pluggable-authentication-system-variables.html
Communication between the authentication plugin and the LDAP server occurs according to this authentication method to ensure password security. The client-side authentication_ldap_sasl_client plugin communicates with the SASL server, using the ...
https://dev.mysql.com/doc/refman/5.7/en/pluggable-authentication.html
Otherwise, the server invokes that plugin to authenticate the user, and the plugin returns a status to the server indicating whether the user provided the correct password and is permitted to connect. Available Authentication Plugins Authentication ... When a client connects to the MySQL server, the server uses the user name provided by the client and the client host to select the appropriate account row from the mysql.user system ...
https://dev.mysql.com/doc/refman/5.7/en/linux-installation-yum-repo.html
A password for the superuser is set and stored in the error log file. 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 ...
https://dev.mysql.com/doc/refman/5.7/en/start-slave.html
] thread_type: IO_THREAD | SQL_THREAD until_option: UNTIL { {SQL_BEFORE_GTIDS | SQL_AFTER_GTIDS} = gtid_set | MASTER_LOG_FILE = 'log_name', MASTER_LOG_POS = log_pos | RELAY_LOG_FILE = 'log_name', RELAY_LOG_POS = log_pos | SQL_AFTER_MTS_GAPS } ...
https://dev.mysql.com/doc/refman/5.7/en/windows-postinstallation.html
Regarding passwords, if you installed MySQL using the MySQL Installer, you may have already assigned a password to the initial root account. (See Section 2.3.3, “MySQL Installer for Windows”.) Otherwise, use the password-assignment procedure ...
https://dev.mysql.com/doc/refman/5.7/en/keyring-encrypted-file-plugin.html
The keyring_encrypted_file keyring plugin stores keyring data in an encrypted, password-protected file local to the server host. To specify the password for encrypting the keyring data file, set the keyring_encrypted_file_password system variable.
https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html
log_builtin_as_identified_by_password Command-Line Format --log-builtin-as-identified-by-password[={OFF|ON}] System Variable log_builtin_as_identified_by_password Scope Global Dynamic Yes Type Boolean Default Value OFF This variable affects binary ... Startup Options Used with Binary Logging System Variables Used with Binary Logging You can use the mysqld options and system variables that are described in this section to affect the operation of the binary log as well as to control which statements are written to the binary ...
https://dev.mysql.com/doc/refman/5.7/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 4.2.2, “Specifying Program ...
https://dev.mysql.com/doc/refman/5.7/en/connecting-disconnecting.html
To connect to the server, you usually need to provide a MySQL user name when you invoke mysql and, most likely, a password. Contact your administrator to find out what connection parameters you should use to connect (that is, what host, user name, ...If the server runs on a machine other than the one where you log in, you also need to specify a host ...