Search Results
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
Connector/C++ now supports all Unicode character sets for older servers, including utf8mb4, utf16, utf16le, utf32, and ucs2. (Bug #29167107, Bug #93802) Previously, for Connector/C++ 8.0 applications that use the legacy JDBC connector, only static ...(Bug #28966038, WL #12196) Compilation Notes Thanks to Daniƫl van Eeden, who contributed a code change to use the stdbool.h header file rather than a bool ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-how-to-import-onnx.html
Depending on how you connect to your DB System (Compute Instance or VPN), follow the appropriate steps. VPN Connection If you connect the DB System through a VPN connection, you can load the ONNX file directly from your computer. > \connect --mysql ... This topic describes how to import an external ONNX ...
https://dev.mysql.com/doc/refman/9.7/en/faqs-thread-pool.html
How is the Thread Pool different from the client side Connection Pool? A.15.4. The default thread-handling model in MySQL Server executes statements using one thread per client connection. As more clients connect to the server and execute ...What is ...
https://dev.mysql.com/doc/refman/9.7/en/firewall-plugin.html
It refers to Windows Firewall and controls whether Windows blocks the TCP/IP port on which the MySQL server listens for client connections.) To install the MySQL Enterprise Firewall plugin using MySQL Workbench, see MySQL Enterprise Firewall ...
https://dev.mysql.com/doc/refman/9.7/en/windows-pluggable-authentication.html
MySQL Enterprise Edition for Windows supports an authentication method that performs external authentication on Windows, enabling MySQL Server to use native Windows services to authenticate client connections. Users who have logged in to Windows can ... Note Windows pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/admin-api-deploy-router.html
It is also possible to deploy MySQL Router to a common machine through which your application instances connect. To bootstrap MySQL Router based on an InnoDB Cluster or InnoDB ReplicaSet, you need the URI-like connection string to an online instance. Run the mysqlrouter command and provide the --bootstrap=instance option, where instance is the URI-like connection string to an online ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utilities-load-binlogs.html
By default, the [DEFAULT] profile in the Oracle Cloud Infrastructure CLI configuration file located at ~/.oci/config is used to establish a connection to the bucket. You can substitute an alternative profile to be used for the connection with the ...
https://dev.mysql.com/doc/connectors/en/connector-python-opentelemetry.html
Connector/Python only supports tracing, so this guide does not include information about metric and log signals. Installing Telemetry Support Install the OpenTelemetry API, SDK, and OTLP Exporter packages on the system along with Connector/Python.
https://dev.mysql.com/doc/connector-python/en/connector-python-opentelemetry.html
Connector/Python only supports tracing, so this guide does not include information about metric and log signals. Installing Telemetry Support Install the OpenTelemetry API, SDK, and OTLP Exporter packages on the system along with Connector/Python.
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-19.html
For applications that do not catch such exceptions, Connector/C++ now produces a more informative error message to indicate why the exception occurred. (Bug #28591814, Bug #92263) Legacy (JDBC API) Notes For applications that use the legacy JDBC API ... Error Handling Legacy (JDBC API) Notes Packaging Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Error Handling If an application tries to obtain a result set from a statement that does not produce one, an exception ...