Search



Search Results
Displaying 201 to 210 of 3435 total results
https://dev.mysql.com/doc/refman/8.4/en/pluggable-authentication.html
The Default Authentication Plugin The CREATE USER and ALTER USER statements have syntax for specifying how an account authenticates. For example: CREATE USER 'jeffrey'@'localhost' IDENTIFIED BY 'password'; In such cases, the server assigns the ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-using-a-recommendation-model-items-to-users.html
The following example runs ML_PREDICT_TABLE on the testing dataset previously created and sets the topk parameter to 2, so only two users are recommended. This topic describes how to generate recommended users for items. For known users and known ...Set remove_seen to false to repeat existing interactions from the training ...
https://dev.mysql.com/doc/refman/8.4/en/user-names.html
Thereafter, you normally set up, modify, and remove MySQL accounts using statements such as CREATE USER, DROP USER, GRANT, and REVOKE. MySQL stores accounts in the user table of the mysql system database. An account is defined in terms of a user ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-using-a-recommendation-model-items-to-users.html
The following example runs ML_PREDICT_TABLE on the testing dataset previously created and sets the topk parameter to 2, so only two users are recommended. This topic describes how to generate recommended users for items. For known users and known ...Set remove_seen to false to repeat existing interactions from the training ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-using-a-recommendation-model-similar-users.html
The following example runs ML_PREDICT_TABLE on the testing dataset previously created and sets the topk parameter to 2, so only two similar users are generated. This topic describes how to generate recommendations for similar users. For known ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-using-a-recommendation-model-similar-users.html
The following example runs ML_PREDICT_TABLE on the testing dataset previously created and sets the topk parameter to 2, so only two similar users are generated. This topic describes how to generate recommendations for similar users. For known ...
https://dev.mysql.com/doc/refman/8.4/en/account-categories.html
For example, the CREATE USER privilege enables not only creation of new accounts, but modification and removal of existing accounts. Without the system user concept, a user who has the CREATE USER privilege can modify or drop any existing account, ... MySQL incorporates the concept of user account categories, based on the SYSTEM_USER ...(However, to fully protect system accounts against regular accounts, you ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysqlrouter.html
The bootstrap process creates a new MySQL user account with a randomly generated password to use by that specific MySQL Router instance. --account Command-Line Format --account username Type String A bootstrap option to specify the MySQL user to ...
https://dev.mysql.com/doc/refman/8.4/en/drop-user.html
To use DROP USER, you must have the global CREATE USER privilege, or the DELETE privilege for the mysql system schema. DROP USER does not automatically drop or invalidate databases or objects within them that the old user created. The DROP USER ...
https://dev.mysql.com/doc/refman/8.4/en/user-variables.html
You can store a value in a user-defined variable in one statement and refer to it later in another statement. User variables are written as @var_name, where the variable name var_name consists of alphanumeric characters, ., _, and $. A user ...This ...
Displaying 201 to 210 of 3435 total results