Search Results
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-sm-gui-installer.html
Important It is recommended to install MySQL Enterprise Service Manager as root, but not to run MySQL Enterprise Service Manager as root. Important If you choose the bundled server option, the Service Manager user defined by the installation ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-explanations-ml-explain-row.html
Generate a Row Prediction Explanation with the Default Permutation Importance Explainer After training and loading a model, you can run ML_EXPLAIN_ROW to generate a row prediction explanation with the default Permutation Importance explainer.
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-explanations-ml-explain-table.html
Generate Explanations for a Table with the Default Permutation Importance Explainer After training and loading a model, you can run ML_EXPLAIN_TABLE to generate a table of prediction explanations with the default Permutation Importance explainer>.
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-export.html
If you use ML_MODEL_IMPORT to import an exported model into a different DB System, the results depend on the MySQL version: If the DB System has MySQL 9.0.0 or greater, the import should work. If the DB System has a MySQL version before MySQL 9.0.0: ...Use this routine to export a model from the model catalog to a user defined ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-metadata.html
When you run the ML_MODEL_IMPORT routine, the imported table has a model_metadata column that stores the metadata for the table. If you import a model from a table, model_metadata stores the name of the database and table. If you import a model ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-creating-channel.html
If the source server contains data, import existing data into the DB System: Export the data from the MySQL source server (see Exporting Data Using MySQL Shell for instructions) and: If using GTID-based replication: Capture the value of the source ... Creating a Channel 8.5 Creating a Channel Note:In MySQL replication, a replica is a MySQL server that receives changes from another MySQL server (source) and applies the ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-groups.html
Groups and Permissions 20.1 Groups and Permissions MySQL HeatWave on AWS has three predefined groups. The predefined groups and associated permissions are described in the following tables. Table 20-1 Table 20-2 Table 20-3 Note: The OCI user ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-hwaml-evaluate-model.html
Explain model: Feature Importance: Shows the names of each feature and their relative importance to the model. Evaluate a MySQL HeatWave AutoML model 13.3 Evaluate a MySQL HeatWave AutoML model Evaluate a MySQL HeatWave AutoML model includes scores ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-increase-dbsystem-storage.html
Increasing DB System Storage 3.4.7 Increasing DB System Storage You can increase the DB System storage by updating the data storage size of a DB System, by backup and restore, or by export and import. Increasing Storage by Export and Import Export ...Increasing Storage by Updating the Data Storage Size of a DB System Use the Console to increase the data storage size of a DB System that is in the ACTIVE, STARTING_ERROR, or RESTARTING_ERROR ...
https://dev.mysql.com/doc/connector-j/en/connector-j-server-authentication.html
This can be accomplished by either importing the certificate (ca.pem or any other certificate) into the Java default truststore (although tampering the default truststore is not recommended) or by importing it into a custom Java truststore file and ... Server authentication via server certificate verification is enabled when the Connector/J connection property sslMode is set to VERIFY_CA or ...