Search



Search Results
Displaying 1341 to 1350 of 2406 total results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-architecture.html
This means that any connected agent can be used to carry out tasks that effect the entire cluster. In addition, the client can be used on any computer that has a network connection to at least one of the hosts where an agent process is running. The ... This section provides an architectural overview of MySQL Cluster Manager, its components, and their ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-get.html
Process2: For attributes that require specifying two nodes, such as those relating to TCP/IP connections, this column shows the process type of the second node. row *************************** Name: StartConnectBackoffMaxTime Value: 0 Process1: ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-create-configure.html
Once this is done, we modify the target cluster's configuration until it matches that of the wild cluster that we want to import. At a later point in the example, we also show how to test the configuration in a dry run before attempting to perform ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-start-stop-agent-linux.html
To start the MySQL Cluster Manager agent on a given host running a Linux or similar operating system, you should run mcmd, found in the bin directory within the manager installation directory on that host. Typical options used with mcmd are shown ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-data-structures.html
For string columns, the length value varies on the connection character set. This section describes C API data structures other than those used for prepared statements, the asynchronous interface, or the replication stream interface. For ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-get-ssl-session-reused.html
bool mysql_get_ssl_session_reused(MYSQL *mysql) Description Indicates whether the currently connected session is reusing a prior session. Return Values TRUE if a session was reused when establishing the TLS connection. FALSE if the session is not ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-next-result.html
After calling mysql_next_result() the state of the connection is as if you had called mysql_real_query() or mysql_query() for the next statement. CLIENT_MULTI_RESULTS can be enabled when you call mysql_real_connect(), either explicitly by passing ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-real-escape-string-quote.html
The mysql argument must be a valid, open connection because character escaping depends on the character set in use by the server. The string in the from argument is encoded to produce an escaped SQL string, taking into account the current character ... unsigned long mysql_real_escape_string_quote(MYSQL *mysql, char *to, const char *from, unsigned long length, char quote) Description This function creates a legal SQL string for use in an SQL ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-real-escape-string.html
The mysql argument must be a valid, open connection because character escaping depends on the character set in use by the server. The string in the from argument is encoded to produce an escaped SQL string, taking into account the current character ... unsigned long mysql_real_escape_string(MYSQL *mysql, char *to, const char *from, unsigned long length) Description This function creates a legal SQL string for use in an SQL ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-select-db.html
int mysql_select_db(MYSQL *mysql, const char *db) Description Causes the database specified by db to become the default (current) database on the connection specified by mysql. mysql_select_db() fails unless the connected user can be authenticated ...In subsequent queries, this database is the default for table references that include no explicit database ...
Displaying 1341 to 1350 of 2406 total results