Search Results
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-using-a-recommendation-model-users-to-items.html
This topic describes how to generate recommended items for users. For known users and known items, the output includes a list of items that the user will most likely give a high rating and the predicted rating or ranking. For a new user, and an ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utilities-dump-instance-schema.html
Checks are carried out for any storage engines in CREATE TABLE statements other than InnoDB, for grants of unsuitable privileges to users or roles, and for other compatibility issues. skip_invalid_accounts Remove user accounts created with external ...If you create the dump files on your local system, you need to transfer them to the Oracle Cloud Infrastructure Compute instance using the copy utility of your choice, depending on the operating system you chose for your Compute ... MySQL Shell's instance dump utility ...
https://dev.mysql.com/doc/refman/9.7/en/changing-mysql-user.html
On Windows, you can run the server as a Windows service using a normal user account. On Linux, for installations performed using a MySQL repository or RPM packages, the MySQL server mysqld should be started by the local mysql operating system user.
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-user-management.html
Creating a user Editing a user Resetting a user's password Deleting a user Refer to Managing Groups, in the Oracle Cloud Infrastructure Documentation, for the following group-related user management procedures. User Management 20.3 User Management ...To access the Oracle Identity Cloud Service from the Oracle Cloud Infrastructure (OCI) Console, open the navigation menu and click Identity & ...
https://dev.mysql.com/doc/refman/9.7/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/refman/9.7/en/mysql-cluster-single-user-mode.html
Single user mode enables the database administrator to restrict access to the database system to a single API node, such as a MySQL server (SQL node) or an instance of ndb_restore. When entering single user mode, connections to all other API nodes ...You can also check the status column of the ndbinfo.nodes table (see Section 25.6.15.48, “The ndbinfo nodes Table”, for more ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/configuring-router-user.html
Use the setupRouterAccount(user, [options]) operation to create a MySQL user account or upgrade an existing account so that it can be used by MySQL Router to operate on an InnoDB Cluster or InnoDB ReplicaSet. To add a new MySQL Router account named ... When MySQL Router connects to a Cluster, ClusterSet, or ReplicaSet, it requires a user account that has the correct ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-users-table.html
The users table contains a row for each user who has connected to the MySQL server. For each user name, the table counts the current and total number of connections. To set the table size explicitly, set the performance_schema_users_size system ...
https://dev.mysql.com/doc/refman/9.7/en/rename-user.html
To use RENAME USER, you must have the global CREATE USER privilege, or the UPDATE privilege for the mysql system schema. However, RENAME USER does not automatically drop or invalidate databases or objects within them that the old user created. An ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-agent-user-password.html
Normally it is not necessary to alter the user name or password used by the user agent to administer mysqld processes. Set a new password by uncommenting the line containing mcmd_password= and adding the new password as its value; set a new ...