Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/charset-collation-information-schema.html
                                 String columns in INFORMATION_SCHEMA tables have a collation of utf8mb3_general_ci, which is case-insensitive. However, for values that correspond to objects that are represented in the file system, such as databases and tables, searches in ...For ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-mgm-client-commands.html
                                CONNECT connection-string Connects to the management server indicated by the connection string. PROMPT [prompt] Changes the prompt shown by ndb_mgm to the string literal prompt. mgm#1: PROMPT mymgm > mymgm > PROMPT 'mymgm:' 'mymgm:' PROMPT mymgm: ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-params-ndbd.html
                                Note that string '/BACKUP' is always appended to this setting, so that *effective* default is FileSystemPath/BACKUP. StringMemory: Default size of string memory (0 to 100 = % of maximum, 101+ = actual bytes). Default is empty string; see ... The ...
                                            
                https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-attribute-tables-ndbd.html
                                Note that string '/BACKUP' is always appended to this setting, so that *effective* default is FileSystemPath/BACKUP. StringMemory: Default size of string memory (0 to 100 = % of maximum, 101+ = actual bytes). Default is empty string; see ...
                                            
                https://dev.mysql.com/doc/mysql-router/9.4/en/router-set-trace.html
                                end_time: Date and time string denoting the end of the span.  MySQL Router supports tracing of statements as they are processed by MySQL Router from client to server and the response to the client. Configuration To configure ROUTER SET trace you ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-session.html
                                TableMetadata getTableMetadata(String databaseName, String tableName, callback); Fetch metadata for table tableName in database databaseName.  A session is the main user access path to the database. Session extends Context getMapping(Object ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/create-server.html
                                Character literals are UTF-8, support a maximum length of 64 characters and default to a blank (empty) string.  CREATE SERVER server_name FOREIGN DATA WRAPPER wrapper_name OPTIONS (option [, option] ...) option: { HOST character-literal | DATABASE ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/create-spatial-reference-system.html
                                String values in attribute specifications cannot contain control characters, including newline. The following table shows the maximum lengths for string attribute values. If there is no authority code, MySQL falls back to case-insensitive string ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-connection-compression-xdevapi.html
                                Setting an empty string explicitly for the property means compression should be disabled for the connection.  Connector/J supports data compression for X DevAPI connections when working with MySQL Server 8.0.19 and later. General details about this ...
                                            
                https://dev.mysql.com/doc/internals/en/com-binlog-dump.html
                                 Requests a binlog network stream from the master starting a given position. You can use SHOW BINARY LOGS to get the current logfile and position from the master. The master responds either with a binlog network stream a ERR_Packet or (if ...