Search



Search Results
Displaying 1701 to 1710 of 5414 total results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-bulk-load-limitations.html
LOAD DATA with ALGORITHM=BULK supports tables with at least one column with the VECTOR data type. If you attempt to load a table without at least one column with the VECTOR data type, an error occurs. LOAD DATA with ALGORITHM=BULK has the following ...
https://dev.mysql.com/doc/workbench/en/wb-data-modeling-menus.html
Some menu items are not available in the MySQL Workbench Community Edition of this application, and are available only in the MySQL Workbench Commercial Editions. The following submenu items apply to the active model tab, EER diagram tab, or both: ...9.1.1.1.1 The File Menu Use the File menu to open a project, begin a new project, or save a ...
https://dev.mysql.com/doc/refman/8.4/en/json.html
If two values originally come from the MySQL DATETIME and TIMESTAMP types, respectively, they are equal if they represent the same point in time. MySQL also supports the JSON Merge Patch format defined in RFC 7396, using the JSON_MERGE_PATCH() ...
https://dev.mysql.com/doc/refman/8.4/en/grant.html
(Alternatively, if you have the UPDATE privilege for the grant tables in the mysql system schema, you can grant any account any privilege.) When the read_only system variable is enabled, GRANT additionally requires the CONNECTION_ADMIN privilege (or ...[WITH GRANT OPTION] [AS user [WITH ROLE DEFAULT | NONE | ALL | ALL EXCEPT role [, role ] ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-supported-models.html
In previous versions of MySQL, the following OCI Generative AI service LLMs are available in MySQL HeatWave: As of MySQL 9.2.2: meta.llama-3.2-90b-vision-instruct meta.llama-3.3-70b-instruct As of MySQL 9.1.2: cohere.command-r-08-2024 ... This topic ...It also includes OCIDs of the OCI Dedicated AI Cluster model endpoints that are ...
https://dev.mysql.com/doc/refman/8.4/en/miscellaneous-functions.html
There are multiple ways to cause MySQL to accept the query: Alter the table to make name a primary key or a unique NOT NULL column. This enables MySQL to determine that address is functionally dependent on name; that is, address is uniquely ...The ...
https://dev.mysql.com/doc/refman/8.4/en/partial-revokes.html
For example, it is possible to permit an account to modify any table except those in the mysql system schema. To change the value for the running MySQL instance without having it carry over to subsequent restarts, use the GLOBAL keyword rather than ... It is possible to grant privileges that apply globally if the partial_revokes system variable is ...
https://dev.mysql.com/doc/refman/8.4/en/connectors-apis.html
MySQL Connectors provide connectivity to the MySQL server for client programs. APIs provide low-level access to MySQL resources using either the classic MySQL protocol or X Protocol. Both Connectors and the APIs enable you to connect and execute ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-byo-embedding-tables.html
The data and models never leave MySQL HeatWave, saving time and effort while keeping the data and models secure. For example: mysql> ALTER TABLE demo_minilm_table SECONDARY_LOAD; This accelerates processing of vector distance function used to ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysqlrouter.html
Configuration read from the following files in the given order (enclosed in parentheses means not available for reading): (/etc/mysqlrouter/mysqlrouter.conf) /home/philip/.mysqlrouter.conf Plugin Path: /usr/lib/x86_64-linux-gnu/mysqlrouter Default ... mysqlrouter Option Summaries mysqlrouter Option Descriptions MySQL Router accepts command line options that are passed into mysqlrouter to affect its behavior, or to bootstrap router based on an InnoDB ...
Displaying 1701 to 1710 of 5414 total results