Search



Search Results
Displaying 521 to 530 of 2509 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-stored-proc.html
Clients make a single call to the stored procedure, passing parameters that can influence the procedure logic and query conditions, rather than issuing individual hardcoded SQL statements. The applications do not need to hardcode table and column ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-event-handling.html
The source code for this program may be found in the NDB Cluster source tree, in the file storage/ndb/ndbapi-examples/ndbapi_event/ndbapi_event.cpp. #include <NdbApi.hpp> // Used for cout #include <stdio.h> #include <iostream> #include <unistd.h> ...
https://dev.mysql.com/doc/refman/8.4/en/creating-ssl-files-using-openssl.html
A typical error in this case is: ERROR 2026 (HY000): SSL connection error: error:00000001:lib(0):func(0):reason(1) Important If a client connecting to a MySQL server instance uses an SSL certificate with the extendedKeyUsage extension (an X.509 v3 ... This section describes how to use the openssl command to set up SSL certificate and key files for use by MySQL servers and ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config-transactional.html
Spring allows us to add transactions into our code without having to deal directly with the JDBC classes. For that purpose, Spring provides a transaction management package that not only replaces JDBC transaction management, but also enables ...To ...
https://dev.mysql.com/doc/connectors/en/connector-j-WebAuthn-authentication.html
Therefore, developers need to implement the code that handles the interaction with the authentication devices, for which the following 3rd-party libraries are needed. The MysqlCallback argument this method takes is an instance of ... Web ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-telemetry.html
If your code does not use instrumentation, then the connector does not forward the current OTel context for each executed statement. Enabling OpenTelemetry To enable OTel tracing using the Connector/NET implementation, add the connector to the trace ... OpenTelementry (OTel) standardizes instrumentation, generation, collecting and exporting telemetry data to be consumed by an Observability ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-telemetry.html
If your code does not use instrumentation, then the connector does not forward the current OTel context for each executed statement. Enabling OpenTelemetry To enable OTel tracing using the Connector/NET implementation, add the connector to the trace ... OpenTelementry (OTel) standardizes instrumentation, generation, collecting and exporting telemetry data to be consumed by an Observability ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-connection-pool.html
X DevAPI supports connection pooling, which can reduce overhead for applications that open many connections to a MySQL Server. When opening a new Session with a Client, before a new network connection is opened, an attempt is made to retrieve from ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-spring-config-transactional.html
Spring allows us to add transactions into our code without having to deal directly with the JDBC classes. For that purpose, Spring provides a transaction management package that not only replaces JDBC transaction management, but also enables ...To ...
https://dev.mysql.com/doc/connector-j/en/connector-j-WebAuthn-authentication.html
Therefore, developers need to implement the code that handles the interaction with the authentication devices, for which the following 3rd-party libraries are needed. The MysqlCallback argument this method takes is an instance of ... Web ...
Displaying 521 to 530 of 2509 total results