Search



Search Results
Displaying 351 to 360 of 2231 total results
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/connectors/en/connector-net-programming-authentication-user-plugin.html
Advanced users with special security requirements can create their own authentication plugins for MySQL Connector/NET applications. /// </summary> public abstract string PluginName { get; } /// <summary> /// Gets the user name to send to the server ...For background and usage information about MySQL authentication plugins, see Authentication Plugins and Writing Authentication ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-authentication-user-plugin.html
Advanced users with special security requirements can create their own authentication plugins for MySQL Connector/NET applications. /// </summary> public abstract string PluginName { get; } /// <summary> /// Gets the user name to send to the server ...For background and usage information about MySQL authentication plugins, see Authentication Plugins and Writing Authentication ...
https://dev.mysql.com/doc/refman/8.4/en/full-text-adding-collation.html
Warning User-defined collations are deprecated; you should expect support for them to be removed in a future version of MySQL. The server issues a warning for any use of COLLATE user_defined_collation in an SQL statement; a warning is also issued ...The sample collation is like latin1_swedish_ci but treats the '-' character as a letter rather than as a punctuation character so that it can be indexed as a word ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-sql-system-log.html
The key-value pairs are as follows: SYSTEM_USER = The login name of the operating system user, or -- if this user name is unknown. MYSQL_USER = The name of the MySQL user, or -- if this user name is unknown. Mar 1 17:35:33 myhost mysqlsh[33060]: ...
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 ...
Displaying 351 to 360 of 2231 total results