Search Results
https://dev.mysql.com/doc/connectors/en/connector-net-authentication.html
MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to authenticate a user. Pluggable authentication enables the server to determine which plugin applies, based on the user name and host name that your ...
https://dev.mysql.com/doc/connector-net/en/connector-net-authentication.html
MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to authenticate a user. Pluggable authentication enables the server to determine which plugin applies, based on the user name and host name that your ...
https://dev.mysql.com/doc/refman/8.4/en/alter-user.html
The exceptions are: Any client who connects to the server using a nonanonymous account can change the password for that account. When the read_only system variable is enabled, ALTER USER additionally requires the CONNECTION_ADMIN privilege (or the ... ALTER USER [IF EXISTS] user [auth_option] [, user [auth_option]] ...
https://dev.mysql.com/doc/refman/8.4/en/pam-pluggable-authentication.html
PAM pluggable authentication provides these capabilities: External authentication: PAM authentication enables MySQL Server to accept connections from users defined outside the MySQL grant tables and that authenticate using methods supported by PAM.
https://dev.mysql.com/doc/refman/8.4/en/proxy-users.html
The plugin that authenticates a given connection may request that the connecting (external) user be treated as a different user for privilege-checking purposes. For a client connecting to the proxy account to be treated as a proxy user, the ...This ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-start-client.html
This section covers starting the MySQL Cluster Manager client and connecting to the MySQL Cluster Manager agent. You can connect to any MySQL Cluster Manager agent with an mcm client on any platform where it is available. This means, for example, ...MySQL Cluster Manager 8.4.6 includes a command-line client mcm, located in the installation bin ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-errors.html
If you are still experiencing problems, use the Connector/ODBC mailing list; see Section 5.9.1, “Connector/ODBC Community Support”. Many problems can be resolved by upgrading your Connector/ODBC drivers to the latest available release. 64-Bit ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-errors.html
If you are still experiencing problems, use the Connector/ODBC mailing list; see Section 9.1, “Connector/ODBC Community Support”. Many problems can be resolved by upgrading your Connector/ODBC drivers to the latest available release. 64-Bit ...
https://dev.mysql.com/doc/refman/8.4/en/replica-io-thread-states.html
Checking master version Checking source version A state that occurs very briefly, after the connection to the source is established. Connecting to master Connecting to source The thread is attempting to connect to the source. Reconnecting after a ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-4-0.html
(Bug #77658, Bug #21946136) Connection.setNetworkTimeout() has been reimplemented, so that the executor object passed to it is now ignored (even if it is null) and the timeout value is now configured directly. MySQL Connector/J 9.4.0 supersedes 9.3 ... Note These release notes were created with the assistance of MySQL HeatWave ...