Search



Search Results
Displaying 1271 to 1280 of 5815 total results
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-sessions.html
In MySQL Shell, connections to MySQL Server instances are handled by a session object. For X Protocol to be available, X Plugin must be installed and enabled on the MySQL Server instance, which it is by default from MySQL 8.0. For example, there ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-model-sharing.html
Share Your Models To share a model you created, you can use the ML_MODEL_EXPORT and ML_MODEL_IMPORT routines. The other user can then run AutoML commands on the imported model. As the admin user, train and load the model to export. If you need to ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-predictions-ml-predict-row.html
mysql> CALL sys.ML_MODEL_LOAD(@census_model, NULL); For more information about training and loading models, see Train a Model and Load a Model. After training and loading the model, you can generate predictions on one or more rows of data. Inputting ... ML_PREDICT_ROW generates predictions for one or more rows of data specified in JSON ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-using-a-recommendation-model-similar-items.html
For known items, the output includes a list of predicted items that have similar ratings and are appreciated by similar users. The predictions are expressed in cosine similarity, and range from 0, very dissimilar, to 1, very similar. Before You ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-using-a-recommendation-model-similar-users.html
For known users, the output includes a list of predicted users that have similar behavior and taste. The predictions are expressed in cosine similarity, and range from 0, very dissimilar, to 1, very similar. Before You Begin Review and complete the ... This topic describes how to generate recommendations for similar ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-auto-parallel-load.html
Running Auto Parallel Load involves issuing a CALL statement for the stored procedure, which takes schemas and options as arguments. Load Data Using Auto Parallel Load First, run Auto Parallel Load in dryrun mode to check for errors and warnings and ... You can load data into a MySQL HeatWave Cluster by using the Auto Parallel Load ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-functionality-catalog-schema.html
The Connector/ODBC driver does not allow using catalog and schema functionality at the same time because it would cause unsupported naming. false false Both catalogs and schemas are supported but it is an error if both are specified at the same time. Many relational databases reference CATALOG and SCHEMA in ways that do not directly correspond to what MySQL refers to as a ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-functionality-catalog-schema.html
The Connector/ODBC driver does not allow using catalog and schema functionality at the same time because it would cause unsupported naming. false false Both catalogs and schemas are supported but it is an error if both are specified at the same time. Many relational databases reference CATALOG and SCHEMA in ways that do not directly correspond to what MySQL refers to as a ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-channel-details.html
Last updated: The date and time the Channel was last updated. The replica is a high availability DB System and a switchover is happening in it. A restart, upgrade, or update is happening to the replica DB System. The replica is a high availability ... Channel Details 8.7.1 Channel Details The Channel Details page contains the following tabs: Table 8-3 Tabs on the Channel Details Page Name Description Details Channel ...
https://dev.mysql.com/doc/connectors/en/connector-j-source-replica-replication-connection.html
If you have a write transaction, or if you have a read that is time-sensitive (remember, replication in MySQL is asynchronous), set the connection to be not read-only, by calling Connection.setReadOnly(false) and the driver will ensure that further ...Such Connection objects report they are read-only, and isSourceConnection() returns false for ...
Displaying 1271 to 1280 of 5815 total results