PDF (US Ltr)
        - 43.3Mb
                                PDF (A4)
        - 43.4Mb
                                Man Pages (TGZ)
        - 297.1Kb
                                Man Pages (Zip)
        - 402.4Kb
                                Info (Gzip)
        - 4.3Mb
                                Info (Zip)
        - 4.3Mb
                    
            Search Results
                        
                    
                    
            https://dev.mysql.com/doc/refman/8.0/en/change-replication-filter.html
                                This is shown in the following example statements: CHANGE REPLICATION FILTER REPLICATE_WILD_DO_TABLE = ('db1.old%'); CHANGE REPLICATION FILTER REPLICATE_WILD_IGNORE_TABLE = ('db1.new%', 'db2.new%'); Values used with REPLICATE_REWRITE_DB represent ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/adding-collation-simple-8bit.html
                                 This section describes how to add a simple collation for an 8-bit character set by writing the <collation> elements associated with a <charset> character set description in the MySQL Index.xml file. These files are located in the directory named by ...The example adds a collation named latin1_test_ci to the latin1 character ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/group-replication-configuring-ssl-for-recovery.html
                                group_replication_recovery_ssl_ca: The path name of the Certificate Authority (CA) file to use for distributed recovery connections. group_replication_recovery_ssl_capath: The path name of a directory that contains trusted SSL certificate authority ... Important When using the MySQL communication stack (group_replication_communication_stack=MYSQL) AND secure connections between members (group_replication_ssl_mode is not set to DISABLED), the security settings discussed in this section are applied not just to distributed recovery connections, but to group communications between members in ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/string-collating.html
                                If the sorting rules for your language are too complex to be handled with simple arrays, you must define string collating functions in the ctype-MYSET.c source file in the strings directory.  For a simple character set named MYSET, sorting rules are ...The existing character sets provide the best documentation and examples to show how these functions are ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/using-gdb-on-mysqld.html
                                Use the --gdb option to mysqld to install an interrupt handler for SIGINT (needed to stop mysqld with ^C to set breakpoints) and disable stack tracing and core file handling. In most cases just using --thread_cache_size=5' helps a lot! If you want ...With some older gdb versions on Linux you must use run --one-thread if you want to be able to debug mysqld ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-config-send-buffers.html
                                This parameter is used in the config.ini file [tcp] section, and denotes the amount of unsent data (in bytes) that must be present in the send buffer before the connection is considered overloaded. This parameter can be set for all types of NDB ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/information-schema-plugins-table.html
                                This is the name used to refer to the plugin file in statements such as INSTALL PLUGIN and UNINSTALL PLUGIN. This file is located in the directory named by the plugin_dir system variable. For information about plugin data structures that form the ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/ldml-rules.html
                                MySQL recognizes a large enough subset of the syntax that, in many cases, it is possible to download a collation definition from the Unicode Common Locale Data Repository and paste the relevant part (that is, the part between the <rules> and ...The ...This is a subset of the syntax described in the LDML specification available at http://www.unicode.org/reports/tr35/, which should be consulted for further ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbinfo-locks-per-fragment.html
                                 The locks_per_fragment table provides information about counts of lock claim requests, and the outcomes of these requests on a per-fragment basis, serving as a companion table to operations_per_fragment and memory_per_fragment. This table also ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-params-mgmd.html
                                 The listing in this section provides information about parameters used in the [ndb_mgmd] or [mgm] section of a config.ini file for configuring NDB Cluster management nodes. For detailed descriptions and other additional information about each of ...