Search Results
https://dev.mysql.com/doc/mysql-shell/9.7/en/rescan-cluster.html
An InnoDB Cluster that is created using the dba.createCluster() command gets a value generated and set for the system variable on all the member servers. An InnoDB Cluster created before MySQL Shell 8.0.27 might not have the system variable set, but ... If you make configuration changes to a cluster outside of the AdminAPI commands, for example by changing an instance's configuration manually to resolve configuration issues or after the loss of an instance, you need to update the InnoDB Cluster metadata so that it matches the current configuration of ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-encrypted-connections.html
Note Host name identity verification with SSL_MODE_VERIFY_IDENTITY does not work with self-signed certificates created automatically by the server, or manually using mysql_ssl_rsa_setup (see Creating SSL and RSA Certificates and Keys using MySQL).
https://dev.mysql.com/doc/ndb-operator/9.7/en/crd-ndbclusterspec.html
One management server is created when the redundancy level is set to 1. Important Once an NDB Cluster has been created, it is possible but quite difficult and time-consuming to change this value. NdbClusterSpec contains the fields named and ...
https://dev.mysql.com/doc/ndb-operator/9.7/en/crd-ndbmanagementnodespec.html
By default, the operator creates a service of type ClusterIP to expose the management server pods internally within the Kubernetes cluster. If enableLoadBalancer is set to true, a service of type LoadBalancer is created instead, exposing the ...
https://dev.mysql.com/doc/ndb-operator/9.7/en/tasks-access.html
To provide access to the NDB Cluster by applications, NDB Operator creates two load balancer services on top of the pods running NDB Cluster nodes. Each MySQL server is set up with a root account and a random password. The password is base-64 ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-automl.html
What's Next Learn more about the following: AutoML Learning Types AutoML Ease of Use AutoML Workflow Learn how to Create a Machine Learning Model. Review Machine Learning Use Cases to create machine learning models with sample datasets. The AutoML ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-ease-of-use.html
You can use a model created by ML_TRAIN with other AutoML routines to generate predictions and explanations. What's Next Learn more about the following: AutoML Supervised Learning AutoML Workflow Oracle AutoML Learn how to Create a Machine Learning ... The AutoML feature of MySQL AI is purpose-built for ease of ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-predictions-ml-predict-row.html
mysql> SET @variable = (JSON_OBJECT("column_name", value, "column_name", value, ...), model_handle, options); In the following example, create the @row_input session variable and enter the data to predict into the session variable. Generating ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-predictions-ml-predict-table.html
When the output table is created, you can query a sample of the table to review predictions. 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 ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-supported-data-types.html
What's Next Learn more about the following: Additional AutoML Requirements AutoML Privileges Learn how to Create a Machine Learning Model. Review Machine Learning Use Cases to create machine learning models with sample datasets. AutoML has the ...