Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/sys-schema-views.html
                                The view with the x$ prefix that displays the same values in raw form is intended more for use with other tools that perform their own processing on the data. Views without the x$ prefix differ from the corresponding x$ views in these ways: Byte ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/validate-password-options-variables.html
                                 This section describes the system and status variables that validate_password provides to enable its operation to be configured and monitored. This applies only when changing an existing password, and has no effect when setting a user account's ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/windows-server-first-start.html
                                To start the server, enter this command: C:\> "C:\Program Files\MySQL\MySQL Server 8.4\bin\mysqld" --console You should see messages similar to those following as it starts (the path names and sizes may differ).  This section gives a general ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-prep-gather.html
                                The size of the InnoDB redo log and the rate of generation for redo data dictate how often you must perform incremental backups.  Before backing up a particular database server for the first time, gather some information and use it to make some ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-repository-options.html
                                If backup_innodb_data_home_dir is an absolute path, its value is used as-is, unless it points to a location that is under backup-dir but is not equal to backup-dir/datadir, in which case mysqlbackup will throw an error and abort the operation. If ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-files-backed-up-summary.html
                                The InnoDB log files (ib_logfile*) are fixed-size files that are continuously updated during the database's operation.  The following table shows the different types of files that are included in a single-file backup image or a directory backup. In ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-performance-space-overview.html
                                It offers similar advantages over a full backup as a differential backup does, and often to a even greater extent by further decreasing the backup size.  When it comes to formulating your backup strategy, performance and storage space are the key ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.backup.html
                                 In the following illustration, we back up an entire MySQL instance to a single file using the backup-to-image command, which appears at the end of the sample command. We specify some of the connection information for the database using the --user ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.verify.html
                                240426 13:09:04 MAIN INFO: Creating 14 buffers each of size 16777216.  You can check the integrity of your backup using the validate command. The following is a sample command for validating a backup image and the output for the successful ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore.partial.html
                                The destination server must be using the same page size that was used on the server on which the backup was made.  Table-Level Recovery (TLR) allows selected tables (or schemas) to be restored from a backup (be it a full backup, a partial backup, or ...