Search



Search Results
Displaying 311 to 318 of 318 total results
https://dev.mysql.com/doc/mysql-shell/26.7/en/mysql-shell-autocompletion.html
MySQL Shell supports autocompletion of text preceding the cursor by pressing the Tab key. The Section 3.1, “MySQL Shell Commands” can be autocompleted in any of the language modes. For example typing \con and pressing the Tab key autocompletes ...
https://dev.mysql.com/doc/mysql-shell/26.7/en/mysqlsh.html
--column-type-info In SQL mode, before printing the returned result set for a query, print metadata for each column in the result set, such as the column type and collation. MySQL Shell is an advanced command-line client and code editor for MySQL.
https://dev.mysql.com/doc/mysql-ai/26.7/en/mys-ai-aml-model-sharing.html
This topic describes how to grant other users access to a model you create. Before You Begin Share Your Models Export the Model to Share Set Up Other User with Required Privileges Importing Shared Model Run AutoML Routines on Imported Model What's ...
https://dev.mysql.com/doc/mysql-ai/26.7/en/mys-ai-genai-generate-embeddings.html
This section describes how to generate vector embeddings using the ML_EMBED_ROW routine. Vector embeddings are a numerical representation of the text that capture the semantics of the data and relationships to other data. You can pass the text ...
https://dev.mysql.com/doc/mysql-ai/26.7/en/mys-mysqlai-ml-model-export.html
Use the ML_MODEL_EXPORT routine to export a model from the model catalog to a user defined table. To learn how to use ML_MODEL_EXPORT to share models, see Grant Other Users Access to a Model. ML_MODEL_EXPORT Overview After you run ML_MODEL_EXPORT, ...
https://dev.mysql.com/doc/mysql-ai/26.7/en/mys-mysqlai-ml-model-import.html
Use the ML_MODEL_IMPORT routine to import a pre-trained model into your model catalog. To learn how to use ML_MODEL_IMPORT to share models, see Grant Other Users Access to a Model. ML_MODEL_IMPORT Overview MySQL AI supports the import of AutoML and ...
https://dev.mysql.com/doc/relnotes/mysql-shell/26.7/en/news-8-0-14.html
(WL #12134) A MySQL Shell configuration option showColumnTypeInfo and command line option --column-type-info have been added to display metadata for each column in a returned result set, such as the column type and collation. AdminAPI Added or ...
https://dev.mysql.com/doc/relnotes/mysql-shell/26.7/en/news-8-0-24.html
(Bug #30765725) MySQL Shell used a different character set for collations depending on whether X Protocol or classic MySQL protocol was used to connect to the MySQL server instance, leading to inconsistency and in some situations, errors. For MySQL ...Previously, the command-line integration was processing all the arguments as strings, causing errors using operations such as: > mysqlsh user@hostname:3306 -- cluster setOption "autoRejoinTries" 5 The command-line integration now interprets the data being passed in based on what the API functions expect to ...