Search



Search Results
Displaying 3501 to 3510 of 5414 total results
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins-server-side.html
The structure definition, found in plugin_auth.h, looks like this: typedef struct st_mysql_server_auth_info { char *user_name; unsigned int user_name_length; const char *auth_string; unsigned long auth_string_length; char ... Declare the server-side ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/tasks-access-outside-k8s.html
NDB management and SQL applications running outside the Kubernetes cluster can access the NDB Cluster running inside using the management server and SQL node services described previously; these services are of type LoadBalancer. A Kubernetes ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-viewing.html
mysql> SELECT column FROM ML_SCHEMA_user name.MODEL_CATALOG where model_handle='model_handle'; The following example queries one of the model handles and views the model explanation for that model. To view the details for the models in your model ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-onnx-import-overview.html
You cannot directly load models in ONNX format (.onnx) into a MySQL table. AutoML supports the following ONNX model types: An ONNX model that has only one input, and it is the entire MySQL table. An ONNX model that has more than one input, and each ...The models require string serialization and conversion to Base64 encoding before you use the ML_MODEL_IMPORT ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-performance-monitoring.html
MySQL AI lets you offload vector-based tables to the MySQL AI Engine for accelerated processing of queries that uses at least one of the vector functions. The MySQL Performance Schema collects statistics on the usage of the AI engine and different ...Use SQL queries to access this data and check the system status and ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-embed-row.html
This topic contains the following sections: ML_EMBED_ROW Syntax Syntax Examples See Also ML_EMBED_ROW Syntax mysql> SELECT sys.ML_EMBED_ROW('Text'[, options]); options: JSON_OBJECT(keyvalue[, keyvalue] ...) keyvalue: { 'model_id', {'ModelID'} ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-rag.html
This column can be of any data type supported by MySQL. Syntax Examples Retrieving context and generating output: mysql> CALL sys.ML_RAG("What is AutoML",@output,@options); Where, @options is set to specify the vector store table to use using ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/preface.html
See the MySQL AI License Information User Manual for licensing information, including licensing information relating to third-party software that may be included in this MySQL AI release. Trademark Notice Oracle, Java, MySQL, and NetSuite are ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-backup-details.html
Last Updated: The date and time the backup was last updated. Maintenance window: The time when the two-hour maintenance window begins for the DB System used to create the backup. Backup Details 18.3.1 Backup Details Use the Console to view the ...
https://dev.mysql.com/doc/refman/8.4/en/replication-threads-monitor-main.html
On the source server, the output from SHOW PROCESSLIST looks like this: mysql> SHOW PROCESSLIST\G *************************** 1. row *************************** Id: 2 User: root Host: localhost:32931 db: NULL Command: Binlog Dump Time: 94 State: Has ... The SHOW PROCESSLIST statement provides information that tells you what is happening on the source and on the replica regarding ...
Displaying 3501 to 3510 of 5414 total results