Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/partitioning-management-hash-key.html
                                 Tables which are partitioned by hash or by key are very similar to one another with regard to making changes in a partitioning setup, and both differ in a number of ways from tables which have been partitioned by range or list. For that reason, ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/using-encrypted-connections.html
                                If the server discovers that the CA certificate is self-signed, it writes a warning to the error log. (The certificate is self-signed if created automatically by the server.) MySQL also provides these system variables for server-side ... Several ...
                                            
                https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-client-commands.html
                                (See Section 5.2.6, “The create site Command”, for more information about this command.) Since we used the long form of the --hosts option, we were required to use an equals sign (=) to mark the end of the option name and the beginning of the ...
                                            
                https://dev.mysql.com/doc/mysql-errors/8.4/en/server-error-reference.html
                                Use SET %s to assign the value Error number: 1622; Symbol: ER_WARN_ENGINE_TRANSACTION_ROLLBACK; SQLSTATE: HY000 Message: Storage engine %s does not support rollback for this statement. Error number: 1875; Symbol: ER_STOP_REPLICA_SQL_THREAD_TIMEOUT; ... The MySQL server writes some error messages to its error log, and sends others to client ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-type-codes.html
                                For the integer types, you should also set the is_unsigned member to indicate whether the variable is signed or unsigned. For the integer types, you should also set the is_unsigned member to indicate whether the variable is signed or unsigned.  The ...
                                            
                https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-status-system-variables.html
                                An int system variable, which is typically a 4-byte signed word. MYSQL_THDVAR_INT(name, opt, comment, check, update, default, min, max, blk) MYSQL_SYSVAR_INT(name, varname, opt, comment, check, update, default, minimum, maximum, blocksize) An ...
                                            
                https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-full-text-plugins.html
                                The MYSQL_FTPARSER_BOOLEAN_INFO structure that the parser uses for passing token information to the server looks like this: typedef struct st_mysql_ftparser_boolean_info { enum enum_ft_token_type type; int yesno; int weight_adjust; char wasign; char ... MySQL supports server-side full-text parser plugins with MyISAM and ...
                                            
                https://dev.mysql.com/doc/internals/en/date-and-time-data-type-representation.html
                                 The following table shows the storage requirements for date and time data types. Storage for these types is big endian (for memcmp() compatibility purposes), with the nonfractional part followed by the fractional part. FSP Storage 0 0 bytes 1,2 1 ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-mysql-instance-add-single-instance.html
                                Note This is not required if you are using a self-signed certificate. Connection Settings The Connection Settings tab Figure 16.1 Add Instance Connection Settings Table 16.5 Connection Settings Tab Name Description Monitor From Select an Agent from ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-program-reference-server-script-config.html
                                --new-install --ni Generates a keystore with a new self-signed certificate for a new installation --accept-keystore-password --akp If specified, the user is prompted to enter the keystore password.  Note The parameters listed here, with the ...