Search Results
https://dev.mysql.com/doc/mysql-shell/9.4/en/upgrade-mysql-replicaset-from-8027to8028.html
Server upgrades can have a greater impact than upgrading MySQL Shell and MySQL Router. You need to set the primary instance to a member you have upgraded already before upgrading the primary instance. MySQL Router instances that you have ... To ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-model-handles.html
When ML_TRAIN trains a model, you have the option to specify a name for the model, which is the model handle. mysql> SELECT model_handle, model_owner, train_table_name FROM ML_SCHEMA_user1.MODEL_CATALOG; ...If you do not specify a model handle ...
https://dev.mysql.com/doc/workbench/en/wb-performance-reports.html
With Sorting – Lists all normalized statements that have done sorts (access in the following priority order: sort_merge_passes, sort_scans, and sort_rows). Full Table Scans – Lists statements that have performed a full table scan. Errors or ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-toolbar.html
The SQL query toolbar provides actions that enable you to create and manage queries. The following figure shows the set buttons in the toolbar, located within the SQL query tab. Figure 8.3 SQL Query Toolbar SQL query tools (from left to right) are: ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-implementation-notes.html
If you are working with ResultSets that have a large number of rows or large values and cannot allocate heap space in your JVM for the memory required, you can tell the driver to stream the results back one row at a time. Note Failures to cancel the ... MySQL Connector/J, as a rigorous implementation of the JDBC API, passes all of the tests in the publicly available version of Oracle's JDBC compliance test ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-using-ssl.html
For SSL support to work, you must have the following: A MySQL server that supports SSL, and compiled and configured to do so. If no such restrictions have been specified, Connector/J attempts to connect to the server with the TLSv1.2 and TLSv1.3. If ... Connector/J can encrypt all data communicated between the JDBC driver and the server (except for the initial handshake) using ...
https://dev.mysql.com/doc/connectors/en/connector-j-support-bug-report.html
If you have a repeatable bug report, please report it to the bugs database at http://bugs.mysql.com/. The normal place to report bugs is http://bugs.mysql.com/, which is the address for our bugs database. This database is public, and can be browsed ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-connect-drivermanager.html
If testing this code, first read the installation section at Section 3.3, “Connector/J Installation”, to make sure you have connector installed correctly and the CLASSPATH set up. When you are using JDBC outside of an application server, the ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
How Connection Pooling Works Most applications only need a thread to have access to a JDBC connection when they are actively processing a transaction, which often takes only milliseconds to complete. Using Connection Pooling with Connector/J The ...
https://dev.mysql.com/doc/connectors/en/connector-net-asp-provider.html
Working with MySQL Providers The easiest way to start using the providers is to use the ASP.NET configuration tool that is available on the Solution Explorer toolbar when you have a website project loaded. MySQL Connector/NET includes a provider ...