Search Results
https://dev.mysql.com/doc/refman/9.7/en/validate-password-transitioning.html
If you need to set any validate_password.xxx system variables, you can do so at runtime using SET GLOBAL. (Any option file changes that must be made are performed in the next step.) Adjust any references to the plugin system and status variables to ...In this case, the server attempts to use the component, falling back to the plugin if the component is unavailable.) Install the validate_password component: INSTALL COMPONENT 'file://component_validate_password'; Test the validate_password component to ensure that it works as ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-prepared-statement-type-conversions.html
Prepared statements transmit data between the client and server using C language variables on the client side that correspond to SQL values on the server side. If there is a mismatch between the C variable type on the client side and the ...MySQL ...The two codes together tell MySQL what conversion must be performed, if ...
https://dev.mysql.com/doc/refman/9.7/en/clone-plugin-limitations.html
The recipient MySQL server instance retains its configuration, including persisted system variable settings (see Section 7.1.9.3, “Persisted System Variables”.) The clone plugin does not support cloning of binary logs. The clone plugin is ...
https://dev.mysql.com/doc/refman/9.7/en/replication-rbr-usage.html
For more information about replica_exec_mode, see Section 7.1.8, “Server System Variables”. To use the server_id system variable for statement filtering, use statement-based logging. The MySQL server tracks the logging mode that was in effect ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/writing-authentication-plugins-proxy-users.html
It may also optionally set the external_user member, to set the value of the external_user system variable. In addition, when proxying occurs, the plugin sets the external_user member to the client user name; this becomes the value of the ...For a ... One of the capabilities that pluggable authentication makes possible is proxy users (see Proxy ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-mysqlcommand.html
The query_attributes component must be installed on the server (see Prerequisites for Using Query Attributes) before attributes can be searched for and used on the server side. Query-attributes support varies by server version: Prior to MySQL Server ... The MySqlCommand class represents a SQL statement to execute against a MySQL ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-mysqlcommand.html
The query_attributes component must be installed on the server (see Prerequisites for Using Query Attributes) before attributes can be searched for and used on the server side. Query-attributes support varies by server version: Prior to MySQL Server ... The MySqlCommand class represents a SQL statement to execute against a MySQL ...
https://dev.mysql.com/doc/mysql-router/9.7/en/router-set-trace.html
mysql/response Attributes: mysql.session.@@SESSION.*: Session variables changed according to the server session tracker. MySQL Router supports tracing of statements as they are processed by MySQL Router from client to server and the response to the ...The following values can be added to the DEFAULT section and apply to all connections, or you can add them to the individual ROUTING: ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-installation.html
To be usable by the server, the component library file must be located in the MySQL plugin directory (the directory named by the plugin_dir system variable). If necessary, configure the plugin directory location by setting the value of plugin_dir at ... Note The Audit Log component is intended to replace the Audit Log plugin, which is now ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-configuration-commands.html
These include all the command-line options of the ndb_mgmd, ndbd, and ndbmtd nodes, as well as mysqld options listed in Server Option, System Variable, and Status Variable Reference as not valid in option files. We begin with a discussion of what we ... This section covers the commands used in the MySQL Cluster Manager for getting and setting values of various types used in MySQL NDB Cluster ...