Search



Search Results
Displaying 3751 to 3760 of 4736 total results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-start-stop-agent.html
Before you can start using MySQL Cluster Manager to create and manage a MySQL NDB Cluster, the MySQL Cluster Manager agent must be started on each computer that is intended to host one or more nodes in the MySQL NDB Cluster to be managed. The MySQL ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-TLS-connections-clusters.html
MySQL Cluster Manager 8.4 supports TLS Link Encryption for NDB Cluster, which is available for NDB Cluster 8.3.0 and later. This section describes a few scenarios for using MySQL Cluster Manager to configure or manage TLS connections in an NDB ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/error-reference-introduction.html
The MySQL server writes some error messages to its error log. These indicate issues of interest to database administrators or that require DBA action. The MySQL client library takes errors received from the server and makes them available to the ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-asynchronous-function-descriptions.html
To interact asynchronously with the MySQL server, use the functions described in the following sections. For descriptions of their synchronous counterparts, see Section 5.4, “C API Basic Function Descriptions”.
https://dev.mysql.com/doc/c-api/8.4/en/c-api-asynchronous-function-reference.html
The following table summarizes the functions available for asynchronous interaction with the MySQL server. For greater detail, see the descriptions in Section 7.4, “C API Asynchronous Function Descriptions”.
https://dev.mysql.com/doc/c-api/8.4/en/c-api-asynchronous-interface.html
As of MySQL 8.0.16, the C API includes asynchronous functions that enable nonblocking communication with the MySQL server. Asynchronous functions enable development of applications that differ from the query processing model based on synchronous ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-basic-function-reference.html
The following table summarizes the functions available in the C API basic interface. For greater detail, see the descriptions in Section 5.4, “C API Basic Function Descriptions”.
https://dev.mysql.com/doc/c-api/8.4/en/c-api-basic-interface-usage.html
Application programs should use this general outline for interacting with MySQL by means of the client library: Initialize the MySQL client library by calling mysql_library_init(). Initialize a connection handler by calling mysql_init() and connect ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-binary-log-function-reference.html
The following table summarizes the functions available for reading a replication event stream from a binary log. For greater detail, see the descriptions in Section 10.4, “C API Binary Log Function Descriptions”. Table 10.1 C API Binary Log ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-example-programs.html
Many of the clients in MySQL source distributions are written in C, such as mysql, mysqladmin, and mysqlshow. If you are looking for examples that demonstrate how to use the C API, take a look at those clients: Obtain a source distribution and look ...
Displaying 3751 to 3760 of 4736 total results