Search Results
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-recommendation-model-types.html
You can create recommendation models based on either explicit or implicit feedback. Recommendation Models with Explicit Feedback Recommendation models that use explicit feedback collect data on users that directly provide ratings on items. The ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-sql-system-log.html
Mar 1 17:35:33 myhost mysqlsh[33060]: SYSTEM_USER=hanna_j MYSQL_USER=hanna CONNECTION_ID=14 DB_SERVER=localhost DB='--' QUERY='create table test.test (c int, my_row_id BIGINT AUTO_INCREMENT INVISIBLE PRIMARY KEY);' . The key-value pairs are as ...
https://dev.mysql.com/doc/x-devapi-userguide/en/processing-warnings.html
Similar to the execution of single statements committing or rolling back a transaction can also trigger warnings. To be able to process these warnings the replied result object of Session.commit(); or Session.rollback(); needs to be checked. The ...
https://dev.mysql.com/doc/refman/8.4/en/connection-options.html
To require use of encrypted connections by a MySQL account, use CREATE USER to create the account with a REQUIRE SSL clause, or use ALTER USER for an existing account to add a REQUIRE SSL clause. For additional details about which command options ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-security-category.html
Automatic Sp Privileges Enabled When this variable has a value of 1 (the default), the server automatically grants the EXECUTE and ALTER ROUTINE privileges to the creator of a stored routine, if the user cannot already execute and alter or drop the ...Table 7.31 Security Configuration Metrics NameDescriptionActivate All Roles On Login Enabled Whether to enable automatic activation of all granted roles when users log in to the ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-train.html
model_handle: A user-defined session variable that stores the machine learning model handle for the duration of the connection. recommendation: Use this task type for generate recommendations for users and items. This must be a valid column name, ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-processlist-table.html
A value of system user refers to a nonclient thread spawned by the server to handle tasks internally, for example, a delayed-row handler thread or an I/O or SQL thread used on replica hosts. For system user, there is no host specified in the Host ...
https://dev.mysql.com/doc/refman/8.4/en/sys-sys-config.html
As an efficiency measure to minimize the number of direct reads from the sys_config table, sys schema functions that use a value from this table check for a user-defined variable with a corresponding name, which is the user-defined variable having ... This table contains sys schema configuration options, one row per ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-cloud-options.html
The user credentials are authenticated by the Swift TempAuth identity system when the --cloud-tempauth-url option is used, by the OpenStack Keystone identity service when the --cloud-identity-url option is used, and by HTTP Basic Authentication when ... These options are for using cloud storage for single-file ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-upgrade.html
You can create the connection beforehand, or specify it as arguments to the function. The utility always creates a new session to connect to the server, so the MySQL Shell global session is not affected. The user account that is used to run the ...