Search Results
https://dev.mysql.com/doc/refman/9.7/en/replication-features-json.html
If a replication source has this variable set, partial updates received from that source are handled and applied by a replica regardless of the replica's own setting for the variable. In MySQL 9.7, it is possible to log partial updates to JSON ...
https://dev.mysql.com/doc/refman/9.7/en/selinux-context-mysql-feature-ports.html
setsebool -P mysql_connect_any=ON Setting the TCP Port Context for Group Replication If SELinux is enabled, you must set the port context for the Group Replication communication port, which is defined by the group_replication_local_address variable.
https://dev.mysql.com/doc/refman/9.7/en/sys-table-exists.html
This is an OUT parameter, so it must be a variable into which the table type can be stored. When the procedure returns, the variable has one of the following values to indicate whether the table exists: '': The table name does not exist as a base ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/data-type-handling.html
For example, suppose you have a MySQL Shell Plugin function such as: def set_object_attributes(variables) Where variables is a dictionary with no predefined set of values, thus it accepts any key, and therefore accepts any data type for the value.
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-innodb-cluster-auto-increment.html
When you are using an instance as part of an InnoDB Cluster, the auto_increment_increment and auto_increment_offset variables are configured to avoid the possibility of auto increment collisions for multi-primary clusters up to a size of 9 (the ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-explainers.html
After the ML_TRAIN routine, use the ML_EXPLAIN routine to train model explainers for AutoML. By default, the ML_TRAIN routine trains the Permutation Importance model explainer. Feature importance is presented as a value ranging from -1 to 1. A ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-onnx-import-overview.html
None or string indicate a variable batch size, and an integer indicates a fixed batch size. You cannot directly load models in ONNX format (.onnx) into a MySQL table. The models require string serialization and conversion to Base64 encoding before ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-regression-explanations.html
You can use the session variable for the model that is valid for the duration of the connection. After training a regression model, you can query the default model explanation or query new model explanations. Explanations help you understand which ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-regression.html
Machine learning regression models generate predictions based on the relationship between a dependent variable and one or more independent variables. Some examples of regression analysis include predicting sales during different seasons, predicting ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-mysqlai-ml-embed-row.html
The ML_EMBED_ROW routine uses the specified embedding model to encode the specified text or query into a vector embedding. The routine returns a VECTOR that contains a numerical representation of the specified text. This topic contains the ...