Search



Search Results
Displaying 681 to 690 of 3514 total results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-score.html
ML_SCORE Syntax mysql> CALL sys.ML_SCORE(table_name, target_column_name, model_handle, metric, score, [options]); options: { JSON_OBJECT("key","value"[,"key","value"] ...) "key","value": { ['threshold', 'N'] ['topk', 'N'] ['remove_seen', ...
https://dev.mysql.com/doc/refman/8.4/en/string-functions-charset.html
MySQL has many operators and functions that return a string. This section answers the question: What is the character set and collation of such a string? For simple functions that take string input and return a string result as output, the output's ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-reset.html
reset [--sequential-restart] filter_specification_list cluster_name filter_specification_list: filter_specification[,filter_specification][,...] filter_specification: attribute_name[:process_specification][+process_specification]] ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins.html
Authentication plugins enable the use of authentication methods other than the built-in method of passwords stored in the mysql.user system table. Also, authentication plugins can support the proxy user capability, such that the connecting user is a ... MySQL supports pluggable authentication, in which plugins are invoked to authenticate client ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-syntax.html
For example, the user option's meaning depends on its associated section. A user in the [DEFAULT] section refers to the system user that MySQL Router is run as, which is also controlled by the --user command line option. Unrelated to that is ... The ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-score.html
ML_SCORE Syntax mysql> CALL sys.ML_SCORE(table_name, target_column_name, model_handle, metric, score, [options]); options: { JSON_OBJECT("key","value"[,"key","value"] ...) "key","value": { ['threshold', 'N'] ['topk', 'N'] ['remove_seen', ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-dbsystem-details.html
State: The state of the DB System: CREATING: Resources are being reserved for the DB System, the system is booting, and the initial database is being created. ACTIVE: The DB System was successfully created and is ready to be used. FAILED: An error ... MySQL DB System Details 3.5.1 MySQL DB System Details The MySQL DB System Details page has the following ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-rag.html
The examples in this topic use the vector store table demo_embeddings created in the section Ingesting Files into a Vector Store. OutputTableName: the name of the table where you want to create a new column to store the generated outputs. If the ...
https://dev.mysql.com/doc/workbench/en/wb-accessibility.html
MySQL Workbench includes options to improve user accessibility that you can select from the Workbench Preferences dialog. To open the dialog, click Edit and then Preferences from the menu. Fonts Modeling fonts are adjustable from the Appearance ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-cmd-change-user.html
Syntax: cnx.cmd_change_user(username='', password='', database='', charset=33) Returns a dictionary containing the OK packet information. It also causes the specified database to become the default (current) database. It is also possible to change ...
Displaying 681 to 690 of 3514 total results