Search Results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-vector-store-overview.html
About Accelerated Processing of Queries on Vector-Based Tables GenAI lets you run queries on tables that contain vector embeddings at an accelerated pace by offloading them to the MySQL AI Engine (AI engine). This section describes the Vector Store ...
https://dev.mysql.com/doc/workbench/en/wb-command-line-options.html
In addition to platform-specific command-line options, MySQL Workbench has the following command-line options: --log-level level: Controls the verbosity level for logging output from Workbench. The location of the generated log files, such as ...
https://dev.mysql.com/doc/workbench/en/wb-migration-install.html
The MySQL Workbench Migration Wizard uses ODBC to connect to a source database, except for MySQL. The following figure shows the general components involved in an ODBC connection: An ODBC driver for MySQL server and the other relational database ...
https://dev.mysql.com/doc/workbench/en/wb-performance-explain.html
The visual explain feature generates and displays a visual representation of the MySQL EXPLAIN statement by using extended information available in the extended JSON format. MySQL Workbench provides all of the EXPLAIN formats for executed queries ...Visual Explain Usage To view a visual explain execution plan, execute your query from the SQL editor and then select Execution Plan within the query results ...
https://dev.mysql.com/doc/workbench/en/wb-performance-reports.html
Performance schema based reports provide insight into the MySQL server operations through helpful high-level reports. MySQL Workbench uses the SYS views on the Performance Schema to generate over 20 reports to help analyze the performance of your ...Reports help analyze IO hotspots, discover high cost SQL statements, and review wait statistics and InnoDB engine ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-main-menu.html
Execute (All or Selection) to Text: Executes all statements in the SQL Query area, or only the selected statements, and displays it in plain text like the standard MySQL command line console. Execute Current Statement (Vertical Text Output): ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-authentication.html
LDAP authentication requires use of a server from a MySQL Enterprise Edition distribution. Note In Connector/C++ 8.0.23, a dependency on the mysql-client-plugins package was removed. This package now is required only on hosts where Connector/C++ ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-debugging-profiling.html
logger The name of a class that implements 'com.mysql.cj.log.Log' that will be used to log messages to. Default Value com.mysql.cj.log.StandardLogger Since Version 3.1.1 profilerEventHandler Name of a class that implements the interface ...Default ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-charsets.html
For example, to use the 4-byte UTF-8 character set with Connector/J, configure the MySQL server with character_set_server=utf8mb4, and leave characterEncoding and connectionCollation out of the Connector/J connection string. MySQL to Java Encoding ...Setting the Character Encoding For Connector/J 8.0.25 and earlier: The character encoding between the client and the server is automatically detected upon connection (provided that the Connector/J connection properties characterEncoding and connectionCollation are not ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-implementation-notes.html
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 suite. This section gives details on an interface-by-interface level about implementation ...