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/replication-features-transaction-inconsistencies.html
                                When using a multithreaded replica, workers which have not received an error complete their queues, so it may take time to stop all threads.  Inconsistencies in the sequence of transactions that have been executed from the relay log can occur ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/replication-bugs.html
                                 When you have determined that there is no user error involved, and replication still either does not work at all or is unstable, it is time to send us a bug report. Please spend some time and effort in preparing a good bug report. If you have a ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/mysql-installer-setup.html
                                 Choosing a Setup Type Path Conflicts Check Requirements MySQL Installer Configuration Files When you download MySQL Installer for the first time, a setup wizard guides you through the initial installation of MySQL products. As the following figure ...MySQL Installer detects existing MySQL products installed on the host during its initial setup and adds them to the list of products to be ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/upgrade-binary-package.html
                                For example: mysql -u root -p --execute="SET GLOBAL innodb_fast_shutdown=0" With a slow shutdown, InnoDB performs a full purge and change buffer merge before shutting down, which ensures that data files are fully prepared in case of file format ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/windows-install-archive.html
                                 Users who are installing from the noinstall package can use the instructions in this section to manually install MySQL. 
                                            
                https://dev.mysql.com/doc/refman/5.7/en/mysql-server.html
                                service-startup-timeout=seconds How long in seconds to wait for confirmation of server startup. If the server does not start within this time, mysql.server exits with an error. You can also stop the server manually by executing mysqladmin shutdown. 
                                            
                https://dev.mysql.com/doc/refman/5.7/en/deallocate-prepare.html
                                Attempting to execute a prepared statement after deallocating it results in an error.  {DEALLOCATE | DROP} PREPARE stmt_name To deallocate a prepared statement produced with PREPARE, use a DEALLOCATE PREPARE statement that refers to the prepared ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/ldap-pluggable-authentication.html
                                With this plugin-loading method, the options must be given each time the server starts. After installing the plugins at runtime, their system variables become available and you can add settings for them to your my.cnf file to configure the plugins ... Note LDAP pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/fulltext-query-expansion.html
                                It works by performing the search twice, where the search phrase for the second search is the original search phrase concatenated with the few most highly relevant documents from the first search. Thus, if one of these documents contains the word ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/multiple-unix-servers.html
                                It is also possible to use the same server binary and start each invocation of it with different parameter values at runtime. One way to do so is by using command-line options: $> mysqld_safe --socket=file_name --port=port_number To start a second ... Note The discussion here uses mysqld_safe to launch multiple instances of ...