PDF (US Ltr)
        - 35.1Mb
                                PDF (A4)
        - 35.2Mb
                                Man Pages (TGZ)
        - 256.4Kb
                                Man Pages (Zip)
        - 361.2Kb
                                Info (Gzip)
        - 3.4Mb
                                Info (Zip)
        - 3.4Mb
                    
            Search Results
                        
                    
                    
            https://dev.mysql.com/doc/refman/5.7/en/information-schema-innodb-ft-config-table.html
                                Before querying it, set the value of the innodb_ft_aux_table system variable to the name (including the database name) of the table that contains the FULLTEXT index; for example test/articles. The VALUE column is empty if there is no user-defined ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/native-pluggable-authentication.html
                                This section describes mysql_native_password, which implements authentication against the mysql.user system table using the native password hashing method.  MySQL includes two plugins that implement native authentication; that is, authentication ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/alter-server.html
                                For example, to update the USER option: ALTER SERVER s OPTIONS (USER 'sally'); ALTER SERVER causes an implicit commit.  ALTER SERVER server_name OPTIONS (option [, option] ...) Alters the server information for server_name, adjusting any of the ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/performance-schema-queries.html
                                 Pre-filtering limits which event information is collected and is independent of any particular user. By contrast, post-filtering is performed by individual users through the use of queries with appropriate WHERE clauses that restrict what event ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/performance-schema-status-variables.html
                                Performance_schema_users_lost The number of times a row could not be added to the users table because it was full. If this value is nonzero, you may wish to set performance_schema_session_connect_attrs_size to a larger value. Performance Schema ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/server-configuration.html
                                In addition, the MySQL sys schema is a set of objects that provides convenient access to data collected by the Performance Schema; see Chapter 26, MySQL sys Schema. You should first feel confident that you have these set appropriately before trying ... The MySQL server, mysqld, has many command options and system variables that can be set at startup to configure its ...To determine the default command option and system variable values used by the server, execute ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/replication-multi-source-adding-gtid-master.html
                                 These steps assume you have enabled GTIDs for transactions on the replication source servers using gtid_mode=ON, created a replication user, ensured that the replica is using TABLE based replication metadata repositories, and provisioned the ...Use ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/dbug-package.html
                                The effect of this default is: d: Enable output for all debug macros t: Trace function calls and exits i: Add PID to output lines o,/tmp/mysqld.trace, O,\mysqld.trace: Set the debug output file. Here are some example debug control strings as they ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/precision-math-examples.html
                                That is, for two numbers X1 and X2 that have scale S1 and S2, the scale of the result is S1 + S2: mysql> SELECT .01 * .01; +-----------+ | .01 * .01 | +-----------+ | 0.0001 | +-----------+ Example 3. Rounding behavior for exact-value numbers is ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-install-windows-binary.html
                                We assume that you have placed a copy of the archive in the directory C:\Documents and Settings\username\My Documents\Downloads on the computer having the IP address 198.51.100.20, where username is the name of the current user. Since the "world" ...