Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndbd.html
                                --bind-address Command-Line Format --bind-address=name Type String Default Value Causes ndbd to bind to a specific network interface (host name or IP address). --connect-string Command-Line Format --connect-string=connection_string Type String ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/replication-options-replica.html
                                --replicate-do-db=db_name Command-Line Format --replicate-do-db=name Type String Creates a replication filter using the name of a database. --replicate-ignore-db=db_name Command-Line Format --replicate-ignore-db=name Type String Creates a ... This ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-sign-keys.html
                                --bind-host Command-Line Format --bind-host=host Type String Default Value mgmd, api Create a certificate bound to a hostname list of node types that should have certificate hostname bindings, from the set (mgmd,db,api). --bound-hostname ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-move-data.html
                                --character-sets-dir=name Command-Line Format --character-sets-dir=path Type String Default Value [none] Directory where character sets are. --connect-string Command-Line Format --connect-string=connection_string Type String Default Value [none] ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/telemetry-trace-configuration.html
                                telemetry.otel_exporter_otlp_traces_client_key System Variable telemetry.otel_exporter_otlp_traces_client_key Scope Global Dynamic No SET_VAR Hint Applies No Type String Default Value Client's private key in PEM format. Server Configuration Client ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/connection-options.html
                                --host=host_name, -h host_name Command-Line Format --host=host_name Type String Default Value localhost The host on which the MySQL server is running. --password[=pass_val], -p[pass_val] Command-Line Format --password[=password] Type String Default ... This section describes options supported by most MySQL client programs that control how client programs establish connections to the server, whether connections are encrypted, and whether connections are ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/create-user.html
                                The plugin name can be a quoted string literal or an unquoted name. An 'auth_string' value or RANDOM PASSWORD specifies account credentials, either as a cleartext (unencrypted) string or hashed in the format expected by the authentication plugin ...
                                            
                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-string Command-Line Format --connect-string=connection_string Type String Default Value [none] ...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-index.html
                                Usage ndb_drop_index -c connection_string table_name index -d db_name The statement shown above drops the index named index from the table in the database. --connect-string Command-Line Format --connect-string=connection_string Type String Default ...It is recommended that you use this utility only as an example for writing NDB API applications—see the Warning later in this section for ...
                                            
                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-string Command-Line Format --connect-string=connection_string Type String Default Value [none] ...