Search Results
https://dev.mysql.com/doc/workbench/en/wb-configuring-files.html
Information includes paths used, modules and plugins loaded, system information, and more. For more information about user modules, see Section C.2, “Modules” and Section C.3, “Plugins and Tools”. MySQL Workbench saves configuration, cache, ...
https://dev.mysql.com/doc/workbench/en/wb-modules.html
This path is displayed in the Workbench Scripting Shell with the label Looking for user plugins in. It is also possible to install the file using the main menu item Scripting, Install Plugin/Module File. In the GRT Modules are libraries containing ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-management-users-and-privileges.html
Starting with MySQL 8.0.4, the caching_sha2_password plugin is the default authentication plugin for the server. The Administration - Users and Privileges tab provides a list of all users and privileges that relate to an active MySQL server ...
https://dev.mysql.com/doc/connectors/en/connecting-using-kerberos.html
For that to work, Connector/J must be configured with the connection property setting defaultAuthenticationPlugin=authentication_kerberos_client and then the MySQL user name may be extracted from the Kerberos principal associated to the locally ...
https://dev.mysql.com/doc/connectors/en/connector-j-connection-compression-xdevapi.html
General details about this feature can be found in Connection Compression with X Plugin. The option takes a list of triplets separated by commas (,), and each triplet in turn contains the following elements, separated by colons (:): The compression ... Connector/J supports data compression for X DevAPI connections when working with MySQL Server 8.0.19 and ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-connect-drivermanager.html
When the user for the connection is unspecified, Connector/J's implementations of the authentication plugins use by default the name of the OS user who runs the application for authentication with the MySQL server (except when the Kerberos ... When ...
https://dev.mysql.com/doc/connector-python/en/using-an-rpm-package.html
The mysql-community-client-plugins package is required for using robust authentication methods like caching_sha2_password, which is the default authentication method for MySQL 8.0 and later. $ rpm -i ... Connector/Python RPM packages (.rpm files) ...
https://dev.mysql.com/doc/connector-python/en/using-the-mysql-yum-repository.html
The mysql-community-client-plugins package is required for using robust authentication methods like caching_sha2_password, which is the default authentication method for MySQL 8.0 and later. Install it using the Yum repository $ sudo yum install ...
https://dev.mysql.com/doc/internals/en/com-change-user.html
COM_CHANGE_USER changes the user of the current connection and reset the connection state. and others It is followed by the same states as the initial handshake.
https://dev.mysql.com/doc/internals/en/determining-authentication-method.html
Method used for authentication is tied to the user account and stored in the plugin column of mysql.user table. Up to MySQL 4.0 the MySQL protocol only supported the Old Password Authentication, in MySQL 4.1 the Secure Password Authentication ...