Search



Search Results
Displaying 301 to 310 of 3141 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-authentication.html
By default, Connector/NET uses the operating system's login username if one is not specified in the connection string or while creating the MySqlConnection object. When Windows authentication is set up, a MySQL user is created and configured to be ... MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to authenticate a ...
https://dev.mysql.com/doc/refman/8.4/en/data-directory-initialization.html
Either create the account if it does not exist (see Create a mysql User and Group), or substitute the name of a different existing login account that you plan to use for running the server. The server creates a 'root'@'localhost' superuser account ...Data Directory Initialization Overview Data Directory Initialization Procedure Server Actions During Data Directory Initialization Post-Initialization root Password Assignment Data Directory Initialization Overview In the examples shown here, the server is intended to run under the user ID of the mysql login ...
https://dev.mysql.com/doc/refman/8.4/en/resource-groups.html
Newly created system and user threads are assigned to the SYS_default and USR_default groups, respectively. For user-defined resource groups, all attributes are assigned at group creation time. To create and manage user-defined resource groups, use ... MySQL supports creation and management of resource groups, and permits assigning threads running within the server to particular groups so that threads execute according to the resources available to the ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-using-a-recommendation-model.html
NULL values for any row in the users or items columns generates an error. It only applies to the recommendations items, users, users_to_items, and items_to_users. user_metadata: As of MySQL 9.5.0, it defines the table that has user descriptions. It ...To generate predictions, use the sample data from the testing_dataset ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-change-user.html
Syntax: ccnx.change_user(user='user_name, password='password_val', database='db_name') Changes the user and sets a new default database.
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/index.html
Abstract This is the user manual for MySQL Enterprise Backup, a commercially licensed backup utility for MySQL databases. For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. It ...
https://dev.mysql.com/doc/refman/8.4/en/start-group-replication.html
The authentication plugin used by default when you create user accounts in MySQL 8 is the caching SHA-2 authentication plugin (caching_sha2_password). START GROUP_REPLICATION [USER='user_name'] [, PASSWORD='user_pass'] [, ...This statement requires ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-install.html
This section covers installation prerequisites, creating the mysql user and group, and unpacking the distribution. Installation Prerequisites Creating the mysql User and Group Unpacking the Distribution Installation Prerequisites The installation ...Installed MySQL binaries are owned by the operating system root ...Data directory initialization and ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-adding-instances.html
If you did not have binary logging enabled when you configured the user credentials on s1, and a remote cloning operation is not used for state transfer, you must create the replication user on s2. 20.2.1.6.1 Adding a Second Instance In order to add ... At this point, the group has one member in it, server s1, which has some data in ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-metrics.html
The precision_at_k value for the input table is the average for all users. If remove_seen is true, the default setting, then the average only includes users for whom the model can make a recommendation. If a user has implicitly ranked every item in ... The ML_TRAIN routine includes the optimization_metric option, and the ML_SCORE routine includes the metric ...
Displaying 301 to 310 of 3141 total results