Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/leave.html
                                 LEAVE label This statement is used to exit the flow control construct that has the given label. If the label is for the outermost stored program block, LEAVE exits the program. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/linux-installation-juju.html
                                 The Juju deployment framework supports easy installation and configuration of MySQL servers. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/locale-support.html
                                The lc_time_names value does not affect the result from FORMAT(), but this function takes an optional third parameter that enables a locale to be specified to be used for the result number's decimal point, thousands separator, and grouping between ... The locale indicated by the lc_time_names system variable controls the language used to display day and month names and ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/lock-instance-for-backup.html
                                 LOCK INSTANCE FOR BACKUP UNLOCK INSTANCE LOCK INSTANCE FOR BACKUP acquires an instance-level backup lock that permits DML during an online backup while preventing operations that could result in an inconsistent snapshot. Executing the LOCK INSTANCE ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/loop.html
                                 [begin_label:] LOOP statement_list END LOOP [end_label] LOOP implements a simple loop construct, enabling repeated execution of the statement list, which consists of one or more statements, each terminated by a semicolon (;) statement delimiter. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/macos-installation-launchd.html
                                 macOS uses launch daemons to automatically start, stop, and manage processes and applications such as MySQL. The md5 checksum of a file containing the above snippet is d925f05f6d1b6ee5ce5451b596d6baed. To enable the launchd service, you can either: ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/making-windows-dumps.html
                                 Program Database files (with suffix pdb) are included in the ZIP Archive Debug Binaries & Test Suite distribution of MySQL. These files provide information for debugging your MySQL installation in the event of a problem. This is a separate download ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/merge-table-advantages.html
                                 MERGE tables can help you solve the following problems: Easily manage a set of log tables. For example, you can put data from different months into separate tables, compress some of them with myisampack, and then create a MERGE table to use them as ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/multiple-windows-services.html
                                 On Windows, a MySQL server can run as a Windows service. The procedures for installing, controlling, and removing a single MySQL service are described in Section 2.3.3.8, “Starting MySQL as a Windows Service”. To set up multiple MySQL services, ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/myisam-table-close.html
                                 Each MyISAM index file (.MYI file) has a counter in the header that can be used to check whether a table has been closed properly. If you get the following warning from CHECK TABLE or myisamchk, it means that this counter has gone out of sync: ...