Search



Search Results
Displaying 61 to 70 of 746 total results
https://dev.mysql.com/doc/refman/8.4/en/webauthn-pluggable-authentication.html
Because authentication can occur other than by providing a password, WebAuthn enables passwordless authentication. On the other hand, device authentication is often used in conjunction with password authentication, so WebAuthn authentication can be ... Note WebAuthn authentication is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/8.4/en/sha256-pluggable-authentication.html
MySQL provides two authentication plugins that implement SHA-256 hashing for user account passwords: caching_sha2_password: Implements SHA-256 authentication (like sha256_password), but uses caching on the server side for better performance and has ...For information about the caching plugin, see Section 8.4.1.2, “Caching SHA-2 Pluggable ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
CertificatePassword , Certificate Password Default: null Specifies a password that is used in conjunction with a certificate specified using the option CertificateFile. CertificateStoreLocation , Certificate Store Location Default: null Enables you ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
CertificatePassword , Certificate Password Default: null Specifies a password that is used in conjunction with a certificate specified using the option CertificateFile. CertificateStoreLocation , Certificate Store Location Default: null Enables you ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-security-category.html
Caching Sha2 Password Private Key Path The path name of the RSA private key file for the caching_sha2_password authentication plugin. Caching Sha2 Password Public Key Path The path name of the RSA public key file for the caching_sha2_password ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-post-install.html
Post-installation setup involves creating a safe directory for import and export operations, configuring server startup options, initializing the data directory, starting MySQL using systemd, resetting the password for the MySQL root@localhost user ...By default, a user who has the FILE privilege can read any file on the server host that is either world-readable or readable by the MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-backup-using-management-client.html
START BACKUP supports the creation of encrypted backups using ENCRYPT PASSWORD=password. This function has the form shown here: key = KDF(random_salt, password) The key so generated is then used to encrypt the backup data using AES 256 CBC inline, ... Before starting a backup, make sure that the cluster is properly configured for performing ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlbinlog.html
--get-server-public-key Command-Line Format --get-server-public-key Type Boolean Request from the server the public key required for RSA key pair-based password exchange. This option applies to clients that authenticate with the ... The server's ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-start-client.html
--password[=password] or -p[password] The option specifies the password for connecting to the agent. To connect successfully, the value of the option must match that specified by the mcmd configuration option mcmd_password of the agent you are ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins-server-side.html
This is useful if the server plugin does not care about the client plugin or what user name or password it sends. The structure definition, found in plugin_auth.h, looks like this: typedef struct st_mysql_server_auth_info { char *user_name; unsigned ... Declare the server-side plugin with the usual general descriptor format that is used for all server plugin types (see Section 4.4.2.1, “Server Plugin Library and Plugin ...
Displaying 61 to 70 of 746 total results