Search



Search Results
Displaying 3591 to 3600 of 4186 total results
https://dev.mysql.com/doc/refman/9.7/en/mysql-config.html
It is a shell script, so it is available only on Unix and Unix-like systems. mysql_config provides you with useful information for compiling your MySQL client and connecting it to MySQL. Note pkg-config can be used as an alternative to mysql_config ...
https://dev.mysql.com/doc/refman/9.7/en/srjs-examples.html
Next, we create a simple JavaScript stored procedure using a CREATE PROCEDURE statement that includes an OUT parameter for passing the current date and time in a human-readable format to a user variable. This section contains examples illustrating ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/adminapi-executing-sql.html
For example, altering the value of a required system variable on multiple members could leave your managed topology in an unusable state. The following example shows how to retrieve the values of the variables report_host and report_port from all ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/using-own-protocol-trace-plugins.html
To make the library file available for use, install it in the plugin directory (the directory named by the plugin_dir system variable). After the plugin library file is compiled and installed in the plugin directory, you can test it easily by ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-genai-byo-embedding-tables.html
To define your natural-language query, set the @query variable: SET @query="AddYourQuery"; Replace AddYourQuery with your natural-language query. To define your natural-language query, set the @query variable: SET @query="AddYourQuery"; Replace ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-exec-prepared-stmt-app.html
The second statement SELECT JSON_OBJECT("Task result", "Finished...") into @task_result generates an output that is stored in the reserved session variable @task_result. You can optionally use the reserved session variable @task_result to add a ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-run-chat.html
Run the Chat To run MySQL HeatWave Chat, perform the following steps: To delete previous chat output and state, if any, reset the @chat_options variable: mysql> SET @chat_options=NULL; Note Ensure that you use the name @chat_options for the variable. The HEATWAVE_CHAT routine reserves this variable for specifying and saving various chat parameter ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-iris-quickstart.html
Optionally, set the value of the session variable, which sets the model handle to this same value. mysql> CALL sys.ML_TRAIN('ml_data.iris_train', 'class', JSON_OBJECT('task', 'classification'), @model); When the training operation finishes, the ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-score.html
model_handle: Specifies the model handle or a session variable containing the model handle. Query the score with the session variable for the ML_SCORE routine. ML_SCORE scores a model by generating predictions using the feature columns in a labeled ...
https://dev.mysql.com/doc/refman/9.7/en/column-count-limit.html
If a row containing variable-length columns exceeds the InnoDB maximum row size, InnoDB selects variable-length columns for external off-page storage until the row fits within the InnoDB row size limit. The amount of data stored locally for ... This ...
Displaying 3591 to 3600 of 4186 total results