Search



Search Results
Displaying 351 to 360 of 3428 total results
https://dev.mysql.com/doc/refman/8.4/en/access-control.html
MySQL enables the creation of accounts that permit client users to connect to the server and access data managed by the server. The user interface to MySQL accounts consists of SQL statements such as CREATE USER, GRANT, and REVOKE. You cannot ...
https://dev.mysql.com/doc/refman/8.4/en/caching-sha2-pluggable-authentication.html
If caching_sha2_password is the default authentication plugin, a simpler CREATE USER syntax can be used: CREATE USER 'sha2user'@'localhost' IDENTIFIED BY 'password'; The default plugin is determined by the value of the authentication_policy system ... MySQL provides two authentication plugins that implement SHA-256 hashing for user account passwords: caching_sha2_password: Implements SHA-256 authentication (like sha256_password), but uses caching on the server side for better performance and has additional features for wider ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-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-ai/9.5/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/connectors/en/connector-j-reference-jdbc-url-format.html
hosts Depending on the situation, the hosts part may consist simply of a host name, or it can be a complex structure consisting of various elements like multiple host names, port numbers, host-specific properties, and user credentials. Other keys ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-program-reference-server-script-config.html
Service Manager Configuration Utilities The config script enables you to define or change any of the system configuration parameters such as credentials used to connect to the repository, proxy connection details, and MySQL Enterprise Service ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-jdbc-url-format.html
hosts Depending on the situation, the hosts part may consist simply of a host name, or it can be a complex structure consisting of various elements like multiple host names, port numbers, host-specific properties, and user credentials. Other keys ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-mgm-client-commands.html
Commands for the event logs are given in Section 25.6.3, “Event Reports Generated in NDB Cluster”; commands for creating backups and restoring from them are provided in Section 25.6.8, “Online Backup of NDB Cluster”. CREATE NODEGROUP ... In ...
https://dev.mysql.com/doc/refman/8.4/en/mysqladmin.html
You can use it to check the server's configuration and current status, to create and drop databases, and more. To kill threads belonging to other users, the connected user must have the CONNECTION_ADMIN privilege (or the deprecated SUPER privilege).
https://dev.mysql.com/doc/connectors/en/connecting-using-kerberos.html
Kerberos Authentication Workflow The main usage of Kerberos authentication in MySQL is to allow users to create connections without having to specify a user name and password in the connection string. For that to work, Connector/J must be configured ... Kerberos is a ticket-based server-client mutual authentication protocol that is supported by the MySQL Server (commercial versions ...
Displaying 351 to 360 of 3428 total results