Search



Search Results
Displaying 3011 to 3020 of 3609 total results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-issues-usage.html
The limitations discussed in this section occur by intention or design in MySQL Cluster Manager 8.4.6. Some of these items may become obsolete in future versions; we will update this section accordingly if and as those changes come about.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-preface.html
This is the User Manual for the MySQL Cluster Manager, version 8.4.6. See the MySQL Cluster Manager 8.4 License Information User Manual for licensing information, including licensing information relating to third-party software that may be included ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-quorum.html
MySQL Cluster Manager uses the XCom (a Paxos variant) as its consensus protocol. Before XCom allows a new message to be delivered, it requires a majority vote by all agents to decide who can send the next message. This majority is referred to as a ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-stop-agents.html
stop agents [[--hosts=host_list] site_name] This command stops one or more MySQL Cluster Manager agents on one or more hosts. When used without any arguments, stop agents stops the agent to which the client is currently connected. When used with ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-cluster-setup-creating.html
You can connect to an agent process running on any of the cluster hosts, using the mcm client on any computer that can establish a network connection to the desired host. In this section, we discuss the procedure for using MySQL Cluster Manager to ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-verify-pid-files.html
Let us look into the PID file being referred to in the last example: $> more /home/ari/bin/cluster/wild-cluster/51/data//localhost.localdomain.pid 12136 The PID file for the SQL node is at an acceptable location (inside the data directory) and has ... You must verify that each process in the wild cluster has a valid PID ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/preface.html
It lists all error messages produced by server and client programs in MySQL 8.4. License Restrictions This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-implementations.html
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 C API header files at compile time and link to a C API library file, libmysqlclient, at link time. To obtain ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-running-clients.html
If, after an upgrade, you experience problems with compiled client programs, such as Commands out of sync or unexpected core dumps, the programs were probably compiled using old header or library files. In this case, check the date of the mysql.h ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-threaded-clients.html
If you use POSIX threads, you can use pthread_mutex_lock() and pthread_mutex_unlock() to establish and release a mutex lock. This section provides guidance for writing client programs that use the thread-related functions in the MySQL C API. For ...
Displaying 3011 to 3020 of 3609 total results