Search Results
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 ...
https://dev.mysql.com/doc/connector-j/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/refman/8.4/en/mysql-cluster-params-other.html
For detailed descriptions and additional information about individual parameters, see Section 25.4.3.10, “NDB Cluster TCP/IP Connections”, or Section 25.4.3.12, “NDB Cluster Shared-Memory Connections”, as appropriate. HostName1: Name or IP ... The listings in this section provide information about parameters used in the [computer], [tcp], and [shm] sections of a config.ini file for configuring NDB ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/using-own-protocol-trace-plugins.html
trace_start(): This function is called at the start of each traced connection (each connection that starts after the plugin is loaded). It is passed the connection handler and the protocol stage at which tracing starts. That usually happens when the ... Note To use your own protocol trace plugins, you must configure MySQL with the WITH_TEST_TRACE_PLUGIN CMake option disabled because only one protocol trace plugin can be loaded at a time and an error occurs for attempts to load a second ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-upgrade.html
If you invoke checkForServerUpgrade() without specifying a MySQL Server instance, the instance currently connected to the global session is checked. Running the Utility The upgrade checker utility can operate over either an X Protocol connection or ... The util.checkForServerUpgrade() function is an upgrade checker utility that enables you to verify whether MySQL server instances are ready for ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor.html
Each editor opens in a separate secondary tab within an active MySQL connection tab. The Home screen tab provides quick access to connections, models, and the MySQL Migration wizard. Each connection made to the MySQL server is represented by a ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-61.html
New Navigator PERFORMANCE Section Server Variable Groupings SQL Editor Views Home Screen Features Visual Explain Table Inspector Additional Client-Connection Information Miscellaneous Additions New Navigator PERFORMANCE Section The new PERFORMANCE ... This section summarizes many of the new features added to MySQL Workbench 6.1, in relation to the MySQL Workbench 6.0 ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pfx.html
Connecting to the Server Using a File-Based Certificate Use the client.pfx file that you created in the previous step to authenticate the client. The following example demonstrates how to connect using the SslMode, CertificateFile, and ...Instead, ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-reference-api.html
An application can call SQLGetInfo function to obtain conformance information about Connector/ODBC. Note For backward compatibility, the Connector/ODBC driver supports all deprecated functions. The following tables list Connector/ODBC API calls ...
https://dev.mysql.com/doc/connectors/en/connector-python-option-files.html
(For general information about option files in MySQL, see Using Option Files.) Two arguments for the connect() call control use of option files in Connector/Python programs: option_files: Which option files to read. By default, Connector/Python ...