Search Results
                    
                    
            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] ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-8.html
                                (WL #10559) Document Store: It is no longer permitted to pass an empty search condition, such as the NULL value or an empty string, to the Collection.Modify and Collection.Remove methods. It is still a string of 32 hexadecimal digits based on UUID, ... MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (highest) MySQL server version they ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/storage-requirements.html
                                 InnoDB Table Storage Requirements NDB Table Storage Requirements Numeric Type Storage Requirements Date and Time Type Storage Requirements String Type Storage Requirements Spatial Type Storage Requirements JSON Storage Requirements The storage ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-mgm.html
                                --connect-string Command-Line Format --connect-string=connection_string Type String Default Value [none] Same as --ndb-connectstring. --defaults-extra-file Command-Line Format --defaults-extra-file=path Type String Default Value [none] Read given ...
                                            
                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-string Command-Line Format --connect-string=connection_string Type String ... ndb_select_count prints the number of rows in one or more NDB ...
                                            
                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-string Command-Line Format --connect-string=connection_string Type String Default Value ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/fulltext-boolean.html
                                With this modifier, certain characters have special meaning at the beginning or end of words in the search string. Specify the search words within a double-quoted string immediately before the @distance operator, for example, MATCH(col1) ... MySQL ...