Search



Search Results
Displaying 381 to 390 of 2231 total results
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-application-log-introduction.html
The location of the MySQL Shell application log file is the user configuration path and the file is named mysqlsh.log. For example: C:>echo %APPDATA% C:\Users\exampleuser\AppData\Roaming On Windows, the path is the %APPDATA% folder specific to the ...By default, MySQL Shell sends logging information at logging level 5 (error, warning, and informational messages) to this ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-compressed-connections-8020.html
For example: $> mysqlsh --mysqlx -u user -h localhost -C required The --compress (-C) option is compatible with earlier releases of MySQL Shell (back to MySQL 8.0.14) and still accepts the boolean settings from those releases. The following example ... For X Protocol connections and classic MySQL protocol connections, whenever you create a session object to manage a connection to a MySQL Server instance, you can specify whether compression is required, preferred, or disabled for that ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-how-to-import-onnx.html
The following example converts the /Users/user1/iris.onnx file and creates the output file iris_base64.onnx. # python3 encode_onnx_base64.py import onnx import base64 with open("iris_base64.onnx", "wb") as f: model = ... This topic describes how to ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-recommendations.html
Recommendation models find patterns in user behavior to recommend products and users based on prior behavior and preferences. The main goal of recommendation models is to recommend either items that a user will like, or recommend users who may like ...Common examples include a streaming service recommending movies and shows based on past viewing history, or an online shopping site recommending products based on prior ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-enterprise-backup-general-requirements.html
Fix Grants for MEB: Available if the user's privileges are invalid, which alters the user account by adding the RELOAD, SUPER, and REPLICATION CLIENT ON *.* privileges. The user running MySQL Workbench must be a sudo user (Linux and macOS) that is ... MySQL Enterprise Backup (MEB) is a MySQL Enterprise feature that is separate from MySQL ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-faq.html
If User1 is defined as a dba, and granted both Query Analyzer permissions in 3.0.x, it is assigned to the default dba Role, and both Query Analyzer roles in 3.1. The user names are retained but their permissions are defined separately in default ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-model-catalog.html
A model catalog is accessible only to the owning user unless the user grants privileges on the model catalog to another user. MySQL HeatWave AutoML creates a model catalog for any user that creates a machine learning model. The MODEL_CATALOG table ... MySQL HeatWave AutoML stores machine learning models in a model ...
https://dev.mysql.com/doc/refman/8.4/en/create-event.html
CREATE [DEFINER = user] EVENT [IF NOT EXISTS] event_name ON SCHEDULE schedule [ON COMPLETION [NOT] PRESERVE] [ENABLE | DISABLE | DISABLE ON {REPLICA | SLAVE}] [COMMENT 'string'] DO event_body; schedule: { AT timestamp [+ INTERVAL interval] ... If ...The event does not run unless the Event Scheduler is ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-model-catalog.html
A model catalog is accessible only to the owning user unless the user grants privileges on the model catalog to another user. AutoML creates a model catalog for any user that creates a machine learning model. The MODEL_CATALOG table is created in a ...ML_TRAIN inserts the model as a row in the MODEL_CATALOG table at the end of ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-cluster-metric-mysqlserver-ddlstatementactivity-category.html
Create Udf (Delta) The total number of CREATE FUNCTION statements executed for user defined functions. Create User (Delta) The total number of CREATE USER statements executed. Drop User (Delta) The total number of DROP USER statements executed.
Displaying 381 to 390 of 2231 total results