Search Results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-remove-process.html
The processes to be removed must be in the status of stopped, added, or import. remove process [--removedirs] process_id_list cluster_name process_id_list: process_id[, process_id[, ...]] This command removes permanently the processes in the ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-restore-cluster.html
Important In order to restore a backup using restore cluster, the cluster must have an unused slot for an ndbapi process in its configuration. Stop the cluster using stop cluster, then restart it using start cluster with the --initial option, which ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-building-clients.html
In addition, the libmysql.lib static import library is needed for using the dynamic library. This section provides guidelines for compiling C programs that use the MySQL C API. Compiling MySQL Clients on Unix Compiling MySQL Clients on Microsoft ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-implementations.html
Windows distributions also include libmysql.lib, a static import library needed for using the dynamic library. The MySQL C API is a C-based API that client applications written in C can use to communicate with MySQL Server. Client programs refer to ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-ssl-session-reuse.html
After your application no longer needs the pointer, it is important to free it with a call to mysql_free_ssl_session_data(). As of MySQL 8.0.29, the server supports SSL session reuse by default, but only within a configurable timeout period after a ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-full-text-plugins.html
It can be used to increase or decrease the word's importance in relevance calculations. MySQL supports server-side full-text parser plugins with MyISAM and InnoDB. For introductory information about full-text parser plugins, see Full-Text Parser ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-keyring-plugins.html
Important MySQL 8.4 removed the deprecated keyring plugins in favor of using the keyring components. MySQL Server supports a keyring service that enables internal server components and plugins to securely store sensitive information for later ...
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-1.html
It was removed due to a dependency on a version of the server which is also no longer available for download. Version 8.4.1 is the latest General Availability release of the 8.4 LTS series of MySQL Cluster Manager. It is suitable for use with MySQL ...
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-3.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Important Change: For platforms on which OpenSSL libraries are bundled, the linked OpenSSL library for MySQL Cluster Manager has been updated to 3.0.15. Version 8.4.3 is the ...
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-5.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Important Change: For platforms on which OpenSSL libraries are bundled, the linked OpenSSL library for MySQL Cluster Manager has been updated to version 3.0.16. Version 8.4.5 ...