Search



Search Results
Displaying 621 to 630 of 2266 total results
https://dev.mysql.com/doc/refman/8.4/en/group-replication-configuring-instances.html
Group Replication uses this address for internal member-to-member connections involving remote instances of the group communication engine (XCom, a Paxos variant). Important The group replication local address must be different to the host name and ... This section explains the configuration settings required for MySQL Server instances that you want to use for Group ...
https://dev.mysql.com/doc/refman/8.4/en/multiple-server-clients.html
Start the client with --protocol=TCP to connect using TCP/IP, --protocol=SOCKET to connect using a Unix socket file, --protocol=PIPE to connect using a named pipe, or --protocol=MEMORY to connect using shared memory. For TCP/IP connections, you may ...On Unix, set the MYSQL_UNIX_PORT and MYSQL_TCP_PORT environment variables to point to the Unix socket file and TCP/IP port number before you start your ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-delete-all.html
Usage ndb_delete_all -c connection_string tbl_name -d db_name This deletes all rows from the table named tbl_name in the database named db_name. --connect-retries Command-Line Format --connect-retries=# Type Integer Default Value 12 Minimum Value 0 ...In some cases, this can be much faster than DELETE or even TRUNCATE ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-drop-table.html
Usage ndb_drop_table -c connection_string tbl_name -d db_name Options that can be used with ndb_drop_table are shown in the following table. --connect-retries Command-Line Format --connect-retries=# Type Integer Default Value 12 Minimum Value 0 ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-move-data.html
--connect-retry-delay Command-Line Format --connect-retry-delay=# Type Integer Default Value 5 Minimum Value 0 Maximum Value 5 Number of seconds to wait between attempts to contact management server. --connect-retries Command-Line Format ...Usage ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-select-all.html
Usage ndb_select_all -c connection_string tbl_name -d db_name [> file_name] Options that can be used with ndb_select_all are shown in the following table. --connect-retries Command-Line Format --connect-retries=# Type Integer Default Value 12 ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-select-count.html
Usage ndb_select_count [-c connection_string] -ddb_name tbl_name[, tbl_name2[, ...]] Options that can be used with ndb_select_count are shown in the following table. --connect-retries Command-Line Format --connect-retries=# Type Integer Default ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-show-tables.html
Usage ndb_show_tables [-c connection_string] --character-sets-dir Command-Line Format --character-sets-dir=path Directory containing character sets. --connect-retries Command-Line Format --connect-retries=# Type Integer Default Value 12 Minimum ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndbinfo-select-all.html
--connect-retries Command-Line Format --connect-retries=# Type Integer Default Value 12 Minimum Value 0 Maximum Value 12 Number of times to retry connection before giving up. --connect-retry-delay Command-Line Format --connect-retry-delay=# Type ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-security-networking-issues.html
By default, no encryption or similar security measures are used in communications between nodes in the cluster; encrypted connections are supported, but must be enabled using the information and instructions found in Section 25.6.19.5, “TLS Link ... In this section, we discuss basic network security issues as they relate to NDB ...
Displaying 621 to 630 of 2266 total results