Search Results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-mysql-enterprise-audit.html
The log contents can include information such as when clients connected and disconnected, what actions they performed while connected, and which databases and tables they accessed. To use the database audit plugin, you need to: Connect to the DB ...
https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-plugins-components.html
MySQL Enterprise Thread Pool Implements a thread pool that increases server performance by efficiently managing statement execution threads for large numbers of client connections. Connection Control Plugins Introduces an increasing delay in server ... Plugins and Components 3.1.2.6 Plugins and Components The following MySQL Server plugins and components are loaded by ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-datetime-types-processing.html
connectionTimeZone Configures the connection time zone which is used by Connector/J if conversion between the JVM default and a target time zone is needed when preserving instant temporal values. If set to "LOCAL" then the driver assumes that the ...Accepts a geographic time zone name or a time zone offset from Greenwich/UTC, using a syntax 'java.time.ZoneId' is able to parse, or one of the two logical values "LOCAL" and ...
https://dev.mysql.com/doc/connector-j/en/connector-j-opentelemetry.html
MySQL Connector/J 8.4.0 introduces the client-side counterpart feature, with the capability of propagating the context to the MySQL Server it connects to and allowing a more complete observability for an application stack. Applications using ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-legacy-filtering.html
Modifications to audit_log_include_accounts or audit_log_exclude_accounts affect only connections created subsequent to the modification, not existing connections. audit_log_connection_policy: Logging policy for connection events ... Note This ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-online-upgrade-methods.html
For groups operating in single-primary mode, the asynchronous replication connection to the old group must send data to the primary in the new group, for a multi-primary group the asynchronous replication channel can connect to any primary. Wait ...
https://dev.mysql.com/doc/refman/8.4/en/invoking-programs.html
Options typically indicate the type of connection a program should make to the server or affect its operational mode. The most frequently used of these are the --host (or -h), --user (or -u), and --password (or -p) options that specify connection ...
https://dev.mysql.com/doc/refman/8.4/en/multifactor-authentication.html
When a client attempts a connection to the MySQL server using a single-factor account, the server invokes the authentication plugin indicated by the account definition and accepts or rejects the connection depending on whether the plugin reports ...
https://dev.mysql.com/doc/refman/8.4/en/multiple-windows-command-line-servers.html
To shut down the servers, connect to each using the appropriate port number: C:\> C:\mysql\bin\mysqladmin --port=3307 --host=127.0.0.1 --user=root --password shutdown C:\> C:\mysql\bin\mysqladmin --port=3308 --host=127.0.0.1 --user=root --password ... The procedure for starting a single MySQL server manually from the command line is described in Section 2.3.3.6, “Starting MySQL from the Windows Command ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-membership.html
The membership table describes the view that each data node has of all the others in the cluster, including node group membership, president node, arbitrator, arbitrator successor, arbitrator connection states, and other information. If the ...We ...