Search Results
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-keyring-plugins.html
The general descriptor also refers to keyring_system_variables, a structure that exposes a system variable to the SHOW VARIABLES statement: static struct st_mysql_sys_var *keyring_system_variables[]= { MYSQL_SYSVAR(data), NULL }; The keyring_init ...
https://dev.mysql.com/doc/refman/8.4/en/alter-instance.html
For additional information about reconfiguring the TLS context, including which system and status variables are context-related, see Server-Side Runtime Configuration and Monitoring for Encrypted Connections. The statement cannot be used if the ...
https://dev.mysql.com/doc/connectors/en/connector-python-opentelemetry.html
MySQL Server added OpenTelemetry support in MySQL Enterprise Edition version 8.1.0, which is a commercial product. Installing Telemetry Support Install the OpenTelemetry API, SDK, and OTLP Exporter packages on the system along with Connector/Python. An exception is raised if a system does not support OpenTelemetry when attempting to use the ...Introduction to OpenTelemetry OpenTelemetry is an observability ...
https://dev.mysql.com/doc/connector-python/en/connector-python-opentelemetry.html
MySQL Server added OpenTelemetry support in MySQL Enterprise Edition version 8.1.0, which is a commercial product. Installing Telemetry Support Install the OpenTelemetry API, SDK, and OTLP Exporter packages on the system along with Connector/Python. An exception is raised if a system does not support OpenTelemetry when attempting to use the ...Introduction to OpenTelemetry OpenTelemetry is an observability ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-encrypted-file-component.html
The component_keyring_encrypted_file keyring component stores keyring data in an encrypted, password-protected file local to the server host. Security standards such as PCI, FIPS, and others require use of key management systems to secure, manage, ... Note component_keyring_encrypted_file is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-session-track-get-first.html
To control which notifications the server provides about state changes, client applications set system variables having names of the form session_track_xxx, such as session_track_state_change, session_track_schema, and session_track_system_variables. It also indicates which system variable enables notifications for each tracker ... int mysql_session_track_get_first(MYSQL *mysql, enum enum_session_state_type type, const char **data, size_t *length) Description MySQL implements a session tracker ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-datetime-types-processing.html
If set to "SERVER" then the driver attempts to detect the session time zone from the values configured on the MySQL server session variables 'time_zone' or 'system_time_zone'. This option itself does not set MySQL server session variable 'time_zone' ...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-connp-props-datetime-types-processing.html
If set to "SERVER" then the driver attempts to detect the session time zone from the values configured on the MySQL server session variables 'time_zone' or 'system_time_zone'. This option itself does not set MySQL server session variable 'time_zone' ...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/refman/8.4/en/mysqlbinlog-row-events.html
# at 218 #080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F BINLOG ' fAS3SBMBAAAALAAAANoAAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ= fAS3SBcBAAAAKAAAAAIBAAAQABEAAAAAAAEAA//8AQAAAAVhcHBsZQ== '/*!*/; ... # at 302 ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-charsets.html
The encoding on the server is specified using the system variable character_set_server (for more information, see Server Character Set and Collation), and the driver automatically uses the encoding. Setting the Character Encoding For Connector/J ...