Search



Search Results
Displaying 331 to 340 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/mysql-monitor/8.0/en/mem-sm-gui-installer.html
Important If you choose the bundled server option, the Service Manager user defined by the installation procedure is granted complete control of the repository. GRANT ALL PRIVILEGES ON *.* TO 'SM_UserName'@'localhost' WITH GRANT OPTION; where ...If ... This section describes how to install MySQL Enterprise Service Manager using the Installation ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-preparation.html
Preparing the NDB Cluster for replication consists of the following steps: Check all MySQL servers for version compatibility (see Section 25.7.2, “General Requirements for NDB Cluster Replication”). To provide replication backup capability, you ...
https://dev.mysql.com/doc/refman/8.4/en/set-role.html
} SET ROLE modifies the current user's effective privileges within the current session by specifying which of its granted roles are active. Granted roles include those granted explicitly to the user and those named in the mandatory_roles system ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-connection-security.html
Using the MySQL protocol means that standard methods of user authentication can be used for granting (or revoking) access to the group in place of the allowlist, and the latest functionality of the server’s protocol is always available on release.
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-user-defined-error.html
The following list enumerates all NDB errors of type UD (User defined error).
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-user-configurable-shape-dependent-system-variables.html
User-Configurable Shape-Dependent System Variables 19.6 User-Configurable Shape-Dependent System Variables Shape-dependent global system variables are linked to, and tuned for, a specific MySQL shape. Note: innodb_buffer_pool_instances , ...
Displaying 331 to 340 of 2231 total results