Search Results
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/9.7/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/refman/9.7/en/partitioning-limitations.html
This means that the speed of these operations is affected by such factors as file system type and characteristics, disk speed, swap space, file handling efficiency of the operating system, and MySQL server options and variables that relate to file ...from storage engine: Out of resources when opening file, you may be able to address the issue by increasing the value of the open_files_limit system ...As discussed elsewhere ...
https://dev.mysql.com/doc/refman/9.7/en/create-procedure.html
MySQL stores the sql_mode system variable setting in effect when a routine is created or altered, and always executes the routine with this setting in force, regardless of the current server SQL mode when the routine begins executing. The exception ...This behavior can be changed by disabling the automatic_sp_privileges system ...See Section 11.2.5, “Function Name Parsing and Resolution”, for the ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-quick.html
The row numbers shown in the preceding example output may be different from those shown on your system, depending upon how your server is configured. First, you need to create a configuration directory such as /var/lib/mysql-cluster, by executing ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup-capacity-options.html
This is to limit the CPU and I/O overhead on the database server. It can be used to back up a server with less disruption to normal database processing. A busy server could be writing a page at the same moment that mysqlbackup is reading it. A busy ... These options limit the resources used by the backup process, in order to minimize backup overhead for busy or huge databases, or specify behaviors of the process when encountering resource ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-host-name-identity-verification.html
When a DB System is provisioned, a TLS certificate is installed on the MySQL Server. The certificate, which defines the DB System host name as the Common Name, is signed by a regional Certificate Authority (CA). The host name is found on the MySQL ... Enabling Host Name Identity Verification 5.5 Enabling Host Name Identity Verification MySQL HeatWave on AWS supports TLSv1.2 and requires that all MySQL client and application connections over the public internet are ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-8.html
(Bug #20182108) Bugs Fixed Important Change: Following the changes in MySQL Server 8.0.3, the system variables tx_isolation and tx_read_only have been replaced with transaction_isolation and transaction_read_only in the code of Connector/J. (Bug ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-config-editor.html
The file location is the %APPDATA%\MySQL directory on Windows and the current user's home directory on non-Windows systems. The file can be read later by MySQL client programs to obtain authentication credentials for connecting to MySQL Server. The ...