Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/show-create-trigger.html
                                row *************************** Trigger: ins_sum sql_mode: ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES, NO_ZERO_IN_DATE,NO_ZERO_DATE, ERROR_FOR_DIVISION_BY_ZERO, NO_ENGINE_SUBSTITUTION SQL Original Statement: CREATE DEFINER=`me`@`localhost` TRIGGER ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/storage-engines.html
                                NDB (also known as NDBCLUSTER): This clustered database engine is particularly suited for applications that require the highest possible degree of uptime and availability. Federated: Offers the ability to link separate MySQL servers to create one ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/sys-table-exists.html
                                Parameters in_db VARCHAR(64): The name of the database in which to check for table existence.  Tests whether a given table exists as a regular table, a TEMPORARY table, or a view. If both a temporary and a permanent table exist with the given name, ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/windows-installation.html
                                Table 2.4 Default MySQL Installation Layout for Microsoft Windows Directory Contents of Directory Notes bin mysqld server, client, and utility programs %PROGRAMDATA%\MySQL\MySQL Server 8.4\ Log files, databases The Windows system variable ... MySQL ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/xml-functions.html
                                See Section 6.5.1, “mysql — The MySQL Command-Line Client”, and Section 6.5.4, “mysqldump — A Database Backup Program”. Do not output explicit error messages that might provide an unauthorized user with clues that could be used to ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-commands-restore.html
                                 The restore operations restores the data files from a backup to their original locations on the database server, or to other desired locations. Normally, the restoration process requires the database server to be already shut down (or, at least not ...The option datadir must be specified either in the file specified by the --defaults-file option or as a command-line ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/index.html
                                 Abstract This is the user manual for MySQL Enterprise Backup, a commercially licensed backup utility for MySQL databases. It explains the different kinds of backup and restore that can be performed with MySQL Enterprise Backup, and describes the ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/platforms.compatibility.html
                                However, because Identifier Case Sensitivity is dependent on the case sensitivity of the underlying operating system (which varies across platforms), data transfer problems might occur due to letter case issues with the database or table names. All ... MySQL Enterprise Backup is by nature cross-platform compatible when running on the Linux and Windows operating systems: backups on a Linux machine can, in principle, be restored on a Windows machine, and vice ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore-use-tts.html
                                 Requirements for restoring backups created with transportable tablespaces (TTS) (that is, created with the --use-tts option) are similar to those listed in Section 5.1.4, “Table-Level Recovery (TLR)”, with some differences noted in the section. 
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore.html
                                Normally, the restoration process requires the database server to be already shut down (or, at least not operating on the directory you are restoring the data to), except for a partial restore. Example 5.1 Restoring a Database Server mysqlbackup ...