Search Results
https://dev.mysql.com/doc/connector-j/en/connector-j-test-props-changes.html
No longer needed, as multi-JVM tests have been removed from the test suite.
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-rag.html
For example: mysql> ALTER TABLE demo_db.demo_embeddings SECONDARY_LOAD; This accelerates processing of vector distance function used to compare vector embeddings and generate relevant output later in this section. To specify the table for retrieving ... The ML_RAG routine runs retrieval-augmented generation which aims to generate more accurate responses for your ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-troubleshooting.html
This section explains the symptoms and resolutions for the most commonly encountered issues with applications using MySQL Connector/J. Questions 3.14.1: When I try to connect to the database with MySQL Connector/J, I get the following exception: ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-rag.html
As of MySQL 9.5.0, you can use hybrid search, which combines semantic search and keyword-based search to effectively retrieve data that requires searching on specific keywords as well semantically similar segments. As of MySQL 9.2.1, for context ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-troubleshooting.html
This section explains the symptoms and resolutions for the most commonly encountered issues with applications using MySQL Connector/J. Questions 16.1: When I try to connect to the database with MySQL Connector/J, I get the following exception: ...
https://dev.mysql.com/doc/refman/8.4/en/alter-user.html
In most cases, ALTER USER requires the global CREATE USER privilege, or the UPDATE privilege for the mysql system schema. Important Under some circumstances, ALTER USER may be recorded in server logs or on the client side in a history file such as ... ALTER USER [IF EXISTS] user [auth_option] [, user [auth_option]] ...
https://dev.mysql.com/doc/refman/8.4/en/entering-queries.html
This section describes the basic principles of entering queries, using several queries you can try out to familiarize yourself with how mysql works. We'll get to others later.) When you issue a query, mysql sends it to the server for execution and ... Make sure that you are connected to the server, as discussed in the previous ...
https://dev.mysql.com/doc/refman/8.4/en/windows-choosing-package.html
For MySQL 8.4, there are multiple installation package formats to choose from when installing MySQL on Windows. The package formats described in this section are: MySQL Installation MSI MySQL noinstall ZIP Archives MySQL Docker Images MySQL ...The ...
https://dev.mysql.com/doc/refman/8.4/en/load-data-local-security.html
In this environment, the client with respect to the MySQL server actually is the Web server, not a remote program being run by users who connect to the Web server. For control over local data loading, MySQL permits the capability to be enabled or ...
https://dev.mysql.com/doc/refman/8.4/en/partitioning-management-exchange.html
The partitioning and (if applicable) subpartitioning used by the partitioned table may be of any type or types supported in MySQL 8.4. In addition, both tables must use the same storage engine: mysql> CREATE TABLE es3 LIKE e; Query OK, 0 rows ...