Search Results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-autopilot-shape-advisor-sql.html
Autopilot Shape Advisor with a MySQL Client 17.3.2 Autopilot Shape Advisor with a MySQL Client Auto Shape Prediction records predictions in the shape_predictions table in the mysql_autopilot schema on the MySQL server. This is a system schema that ...The schema also contains tables for the statistics used to calculate the ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options.html
System Variable server_uuid Scope Global Dynamic No SET_VAR Hint Applies No Type String When starting, the MySQL server automatically obtains a UUID as follows: Attempt to read and use the UUID written in the file data_dir/auto.cnf (where data_dir ... The following sections contain information about mysqld options and server variables that are used in replication and for controlling the binary ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/advanced.encrypted-binlog-relaylog.html
For a series of incremental backups, if a keyring plugin or component other than component_keyring_encrypted_file is being used on the server, users can provide a different value for --encrypt-password for any of the full or incremental backup in ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/advanced.point.html
A series of backups, consisting typically of a full backup followed by a series of incremental backups, has been created for the server. Extract the binary log from the last incremental backup in the backup series (that is, the backup that covers ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-faq.html
This file represents the InnoDB system tablespace, which grows but never shrinks as a database server operates, and is included in every full and incremental backup. To reduce the space taken up by this file in your backup data: After doing a full ... This section lists some common questions about MySQL Enterprise Backup, with answers and pointers to further ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.full.html
After you have created a full backup, you might perform incremental backups (which are smaller and faster) for the next several backup tasks. For incremental backups that uses the --incremental-base option to specify the directory containing the ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-audit-plugins.html
NULL_AUDIT increments the Audit_null_called status variable for every notification that it receives. The other status variables are more specific and NULL_AUDIT increments them only for notifications of specific events. This function increments a ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-loading-data.html
MySQL HeatWave provides the following methods to load data to MySQL HeatWave: Automatic loading: loads tables and partitions based on usage. Loading data using Auto Parallel Load: loads one or more schemas at a time and facilitates loading by ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-reference.html
If audit_log_rotate_on_size is 0, automatic audit log file rotation is disabled and rotation occurs only when performed manually. To check the status of the component: SHOW VARIABLES LIKE 'component_scheduler%'; ...Unless those objects are ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-init-startup-configuration.html
When the autoextend attribute is specified, the data file automatically increases in size by 64MB increments as space is required. For information about starting MySQL using other methods, see Section 2.9.5, “Starting and Stopping MySQL ... The ...