Search Results
                    
                    
            https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/index.html
                                For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/information-schema-user-privileges-table.html
                                The USER_PRIVILEGES table has these columns: GRANTEE The name of the account to which the privilege is granted, in 'user_name'@'host_name' format. IS_GRANTABLE YES if the user has the GRANT OPTION privilege, NO otherwise. The value can be any ...
                                            
                https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/index.html
                                 Abstract This is the User Manual for the MySQL Cluster Manager, version 8.4.6. For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. This manual applies to MySQL Cluster Manager 8.4.6 ...
                                            
                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/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/performance-schema-user-defined-functions-table.html
                                 The user_defined_functions table contains a row for each loadable function registered automatically by a component or plugin, or manually by a CREATE FUNCTION statement. The user_defined_functions table lists loadable functions installed using ...
                                            
                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).