Search Results
https://dev.mysql.com/doc/connectors/en/connector-odbc-opentelemetry.html
DISABLED: The connector does not create OpenTelemetry spans or forward the OpenTelemetry context to the server. Spans generated by the connector are sent to the same destination (trace exporter) where other spans generated by the user code are sent ... For applications on Linux systems that use OpenTelemetry (OTel) instrumentation, the connector adds query and connection spans to the trace generated by application code and forwards the current OpenTelemetry context to the ...
MySQL Connector/NET Developer Guide :: 3.1.1 Installing Connector/NET Using the Standalone Installer
https://dev.mysql.com/doc/connector-net/en/connector-net-installation-binary-windows-installer.html
The installer will also create the necessary links in the Start menu to the documentation and release notes. You may also use the /quiet or /q command-line option with the msiexec tool to install the Connector/NET package automatically (using the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl-pem.html
In your application, add a connection string using the test database and the sslclient user account (created previously). using (MySqlConnection connection = new MySqlConnection( "database=test;user=sslclient;" + "SslMode=VerifyFull" Add the ... The ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-opentelemetry.html
DISABLED: The connector does not create OpenTelemetry spans or forward the OpenTelemetry context to the server. Spans generated by the connector are sent to the same destination (trace exporter) where other spans generated by the user code are sent ... For applications on Linux systems that use OpenTelemetry (OTel) instrumentation, the connector adds query and connection spans to the trace generated by application code and forwards the current OpenTelemetry context to the ...
https://dev.mysql.com/doc/internals/en/x-protocol-lifecycle-lifecycle.html
After a successful finish of the Authentication step the previous Session is discarded and a new Session is created. Topics in this section: Connection Session Stages of Session Setup Authentication Pipelining Max Message Length Extensions The ...
https://dev.mysql.com/doc/mysqld-version-reference/en/optvar-changes-8-0.html
The following list details the changes to specific options and variables within MySQL 8.0.
https://dev.mysql.com/doc/ndbapi/en/ch04s03s01s01.html
Bootstrapping The helper class com.mysql.clusterj.ClusterJHelper contains methods for creating the com.mysql.clusterj.SessionFactory. ClusterJ provides these major interfaces for use by application programs: com.mysql.clusterj.SessionFactory, ...
https://dev.mysql.com/doc/ndbapi/en/mgm-types.html
This section provides information about the data types defined by the MGM API. The types described in this section are all defined in the file /storage/ndb/include/mgmapi/mgmapi.h, with the exception of Ndb_logevent_type, ndb_mgm_event_severity, ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-9.html
For example: SessionConfigManager.Save( "mysess", "{ \"uri\": \"mysqlx://myuser@localhost/mysess\", \"appdata\": { \"biz\": \"quux\" } }" ); SessionConfigManager.Save( "mysess", "{ \"uri\": \"mysqlx://test@localhost/mysess\", \"appdata\": { \"tar\": ...(Bug #25829054, Bug #25860579, WL #10954) MySQL Connector/NET now supports MySQL servers configured to use utf8mb4 as the default character ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-logging-category.html
Log Backward Compatible User Definitions Enabled Whether to log the user_specification part of CREATE USER, ALTER USER, and GRANT statements in backward-compatible (pre-5.7.6) fashion Log Error Log errors and startup messages to this file. Lists ...