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/thread-pool-elements.html
                                 MySQL Enterprise Thread Pool comprises these elements: A plugin library file implements a plugin for the thread pool code as well as several associated monitoring tables that provide information about thread pool operation. For a detailed ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/mysqlbinlog-backup.html
                                This enables you to examine events within the files more easily and to re-execute them (for example, by using the output as input to mysql). The second names only the first file and uses --to-last-log to read through the last. A difference between ... By default, mysqlbinlog reads binary log files and displays their contents in text ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/crashing.html
                                You can check how long your mysqld server has been up by executing mysqladmin version. If mysqld has died and restarted, you may find the reason by looking in the server's error log. On some systems, you can find in the error log a stack trace of ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/innodb-backup-recovery.html
                                For information about point-in-time recovery, recovery from disk failure or corruption, and how InnoDB performs crash recovery, see Section 14.19.2, “InnoDB Recovery”.  This section covers topics related to InnoDB backup and recovery. For ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/secure-client-programming.html
                                Handle MySQL Error Messages Properly It is the application's responsibility to intercept errors that occur as a result of executing SQL statements with the MySQL database server and handle them appropriately. Thus, MySQL errors must sometimes ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/spatial-convenience-functions.html
                                An ER_WRONG_ARGUMENTS error occurs if the radius argument is present but not positive. The geometry arguments should consist of points that specify (longitude, latitude) coordinate values: Longitude and latitude are the first and second coordinates ... The functions in this section provide convenience operations on geometry ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/compatibility.html
                                We use the phrase “the SQL standard” or “standard SQL” to mean the current version of the SQL Standard at any time. We are not targeting real-time support, although MySQL replication capabilities offer significant functionality.  This ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-ndbinfo-memory-per-fragment.html
                                You can also obtain this list by executing TABLE ndbinfo.dict_obj_types in the mysql client. Secondary ordered indexes are fragmented and distributed in the same way as the base table. In the memory_per_fragment table, we can see that ordered ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/windows-create-option-file.html
                                For options that are used every time the server starts, you may find it most convenient to use an option file to specify your MySQL configuration. Note When using the MySQL Installer to install MySQL Server, it creates the my.ini in the default ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/validate-password-installation.html
                                Note If you installed MySQL 5.7 using the MySQL Yum repository, MySQL SLES Repository, or RPM packages provided by Oracle, validate_password is enabled by default after you start your MySQL Server for the first time. With this plugin-loading method, ... This section describes how to install the validate_password password-validation ...