Search



Search Results
Displaying 3821 to 3830 of 4186 total results
https://dev.mysql.com/doc/mysql-shell/9.7/en/rejoin-cluster.html
Attempting to rejoin such an instance fails because InnoDB Cluster instances are identified by the server_uuid variable. For example, when you restore a MySQL Enterprise Backup backup, the server_uuid changes. In such a situation, information about ... If an instance leaves the cluster, for example because it lost connection, and for some reason it could not automatically rejoin the cluster, it might be necessary to rejoin it to the cluster at a later ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-prepared-statement-date-handling.html
The mysql variable is assumed to be a valid connection handler. The binary (prepared statement) protocol enables you to send and receive date and time values (DATE, TIME, DATETIME, and TIMESTAMP), using the MYSQL_TIME structure. The members of this ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-load-plugin-v.html
struct st_mysql_client_plugin * mysql_load_plugin_v(MYSQL *mysql, const char *name, int type, int argc, va_list args) Description This function is equivalent to mysql_load_plugin(), but it accepts a va_list instead of a variable list of arguments.
https://dev.mysql.com/doc/c-api/9.7/en/mysql-stmt-attr-get.html
The option argument is the option that you want to get; the arg should point to a variable that should contain the option value. bool mysql_stmt_attr_get(MYSQL_STMT *stmt, enum enum_stmt_attr_type option, void *arg) Description Can be used to get ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-thread-init.html
bool mysql_thread_init(void) Description This function must be called early within each created thread to initialize thread-specific variables. Calling mysql_thread_init() is automatically handled by mysql_init(), mysql_library_init(), ...If you ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-model-viewing.html
Alternatively, you can query the model explanation by using the valid session variable for the model handle. To view the details for the models in your model catalog, query the MODEL_CATALOG table. Before You Begin Review the following: Create a ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-prediction-intervals.html
Predictions provide three outputs corresponding to each endogenous variable: the forecasted value, a lower bound, and an upper bound. Prediction intervals for forecasting models specify upper and lower bounds on predictions for forecasting based on ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-predictions-ml-predict-table.html
ML_PREDICT_TABLE generates predictions for an entire table of trained data. If ML_PREDICT_TABLE takes a long time to complete, manually limit input tables to a maximum of 1,000 rows. Some of these columns include: Prediction ml_results The input ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-prepare-data-overview.html
It has feature columns and a target column (the label), as illustrated in the following diagram: Figure 4.2 Labeled Data Feature columns contain the input variables used to train the machine learning model. AutoML works with labeled and unlabeled ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-genai-chat-details.html
Viewing Details To view the chat session details, inspect the @chat_options variable: mysql> SELECT JSON_PRETTY(@chat_options); The output includes the following details about a chat session: Vector store tables: in the database which were ... This ...
Displaying 3821 to 3830 of 4186 total results