Search Results
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-server-logging.html
The logging feature can be handy for developing and testing your application and deployment of the MySQL Router. To use logging, enable the logging level option in the configuration file under the section named [logger]. For example: [logger] level ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-ease-of-use.html
For example, the following call to the ML_PREDICT_TABLE routine generates predictions for a table of input data: CALL sys.ML_PREDICT_TABLE('heatwaveml_bench.census_test', @census_model, 'heatwaveml_bench.census_predictions', NULL); All AutoML ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-explainers.html
mysql> CALL sys.ML_EXPLAIN ('table_name', 'target_column_name', model_handle, [options]); The following example generates a model explanation on the trained and loaded model with the shap model explainer. mysql> CALL ... After the ML_TRAIN routine, ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-onnx-metadata.html
To learn more about model metadata in the model catalog, see Model Metadata. ONNX Inputs Info Use the data_types_map to map the data type of each column to an ONNX model data type. For example, to convert inputs of the type tensor(float) to ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-scoring-a-forecasting-model.html
However, the target column needs to be in the table to generate a valid score value. mysql> CALL sys.ML_SCORE(table_name, target_column_name, model_handle, metric, score, [options]); Replace table_name, target_column_name, model_handle, metric, ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-performance-monitoring.html
MySQL AI lets you offload vector-based tables to the MySQL AI Engine for accelerated processing of queries that uses at least one of the vector functions. The MySQL Performance Schema collects statistics on the usage of the AI engine and different ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-log-events.html
This section provides information about MGM API functions used for listening to log events. ndb_mgm_listen_event() ndb_mgm_create_logevent_handle() ndb_mgm_destroy_logevent_handle() ndb_logevent_get_fd() ndb_logevent_get_next() ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-get-privileges.html
To grant privileges on all schemas: mysql> GRANT List_Of_Privileges ON *.* TO 'Username'; For example: mysql> GRANT SELECT, ALTER ON *.* TO 'appuser1'; This grants the specified privileges, SELECT and ALTER, on all schemas to the user account ... By ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-requirements.html
MySQL HeatWave AutoML Requirements 13.1 MySQL HeatWave AutoML Requirements MySQL HeatWave AutoML has the following requirements: An operational DB System with sufficient resources and a MySQL HeatWave Cluster. See the following: Supported Shapes ...
https://dev.mysql.com/doc/refman/8.4/en/docker-mysql-more-topics.html
Oracle does not provide support for MySQL products running in such an altered container, or a container created from an altered Docker image. As an alternative to specifying the password explicitly, you can set the variable with a container file ...