Search



Search Results
Displaying 571 to 580 of 2325 total results
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn-windows-5-2.html
The ODBC Data Source Administrator on Windows lets you create DSNs, check driver installation, and configure ODBC functions such as tracing (used for debugging) and connection pooling. From the "Create New Data Source" dialog, select the MySQL ODBC ...The following are steps for creating and configuring a DSN with the ODBC Data Source Administrator: Open the ODBC Data Source ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-pooledmysqlconnection.html
This class is used by MySQLConnectionPool to return a pooled connection instance. It is also the class used for connections obtained with calls to the connect() method that name a connection pool (see Section 9.5, “Connector/Python Connection ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-charsets.html
Setting the Character Encoding For Connector/J 8.0.25 and earlier: The character encoding between the client and the server is automatically detected upon connection (provided that the Connector/J connection properties characterEncoding and ...The ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-23.html
Version 8.0.23 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. See the MySQL Connector/J 8.0 Developer Guide, the Connector/J ...It is suitable for use with MySQL Server versions 8.0 and ...
https://dev.mysql.com/doc/refman/9.7/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 primary function of the MySQL privilege system is to authenticate a user who connects from a given host and to ...
https://dev.mysql.com/doc/refman/9.7/en/federated-create-server.html
If you are creating a number of FEDERATED tables on the same server, or if you want to simplify the process of creating FEDERATED tables, you can use the CREATE SERVER statement to define the server connection parameters, just as you would with the ...For more information on CREATE SERVER, see Section 15.1.22, “CREATE SERVER ...
https://dev.mysql.com/doc/refman/9.7/en/group-replication-ip-address-permissions.html
When and only when the XCom communication stack is used for establishing group communications (group_replication_communication_stack=XCOM), the Group Replication plugin lets you specify an allowlist of hosts from which an incoming Group ...Note ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-function-reference.html
The following table summarizes all functions available for the MySQL C API.
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-security.html
Default Value false Since Version 5.1.31 sslMode By default, network connections are SSL encrypted; this property permits secure connections to be turned off, or a different levels of security to be chosen. Note that, for all server versions, the ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-tls.html
ndb_mgm_cert_table_free() ndb_mgm_connect_tls() ndb_mgm_get_tls_stats() ndb_mgm_has_tls() ndb_mgm_list_certs() ndb_mgm_set_ssl_ctx() ndb_mgm_start_tls() ndb_mgm_cert_table ndb_mgm_tls_stats ndb_mgm_cert_table_free() Description Frees a linked list ... The functions described in this section were added in NDB 8.3 to support Transport Layer Security for communications between ...
Displaying 571 to 580 of 2325 total results