Search



Search Results
Displaying 1131 to 1140 of 3567 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-options.html
int mysql_options(MYSQL *mysql, enum mysql_option option, const void *arg) Description Can be used to set extra connect options and affect behavior for a connection. This function may be called multiple times to set several options. The option ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-real-connect-dns-srv.html
MYSQL * mysql_real_connect_dns_srv(MYSQL *mysql, const char *dns_srv_name, const char *user, const char *passwd, const char *db, unsigned long client_flag) Description Note mysql_real_connect_dns_srv() is a synchronous function. The mysql, user, ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/index.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. If you are using MySQL NDB Operator with a Commercial release of MySQL NDB Cluster, see the MySQL NDB Operator 8.3 Commercial Release ... NDB Operator for Kubernetes Legal Notice NDB Operator Manual This is the NDB Operator Manual, which provides information about installing and using NDB Operator 8.4 for ...
https://dev.mysql.com/doc/relnotes/mysql-router/8.4/en/news-8-1-0.html
(Bug #35195287) Connection sharing was disabled if a change-user operation occurred, resetting the user's stored password. As of this release, if a change-user operation is called, the existing connection is updated with the new credentials.
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-14.html
(Bug #25650482) changeUser() failed to change or reauthenticate a user when all of the following were true: (a) connection to the server was by SSL; (b) the caching_sha2 or sha256_password authentication plugin was used for the user; and (c) the ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-24.html
Connector/J now supports "userless" authentication for JDBC connections: When the user for the connection is unspecified, Connector/J uses the name of the OS user who runs the application for authentication with the MySQL server. (Bug #32405590, Bug ... Version 8.0.24 is the latest General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-8.html
By providing a comma-separated list of values to this option (for example, “TLSv1,TLSv1.1,TLSv1.2”) users can, for example, prevent connections from using older TLS version, or allow connections to use TLS versions only supported by a ...
https://dev.mysql.com/doc/mysql-router/9.4/en/index.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. If you are using a Commercial release of MySQL Router, see MySQL Router Commercial License Information User Manual for licensing ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/index.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. If you are using a Commercial release of MySQL Shell, see MySQL Shell Commercial License Information User Manual for licensing ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-editing-code.html
For example, here the user runs the MySQL Shell built-in report threads with a custom set of columns, then opens the command in the system editor to add display names for some of the columns: \show threads --foreground -o ... MySQL Shell's \edit ...
Displaying 1131 to 1140 of 3567 total results