Search Results
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-example.html
The destinations option references metadata-cache to utilize InnoDB cluster's metadata cache that dynamically configures host information. Here is a basic connection routing example to a MySQL InnoDB Cluster named myCluster. The routing section ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-commands-single-file.html
The resulting file or directory goes into the current directory, or into the backup directory, if specified with --backup-dir; in either case, the destination directory must be empty. Tip If you want to extract only from specific directories (for ...
https://dev.mysql.com/doc/internals/en/index-file-usage.html
While the header of the compressed data file contains a lot of information, there are still some things which need to be taken from the index file. These are the number of columns of the table and the length of each column. The latter is required ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-reading.html
If an audit_log_read() argument includes either item, it must include both to completely specify a position or an error occurs. The audit log plugin supports functions that provide an SQL interface for reading JSON-format audit log files. (This ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-print-sys-file.html
Like ndb_print_backup_file and ndb_print_schema_file (and unlike most of the other NDB utilities that are intended to be run on a management server host or to connect to a management server) ndb_print_backup_file must be run on a cluster data node, ...Cluster system files are located in a data node's data directory (DataDir); the path under this directory to system files matches the pattern ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-export-query-result-outputfile.html
The number of output files and size of individual files depends on the amount of data generated by the query. The names for the output files are auto-generated and based on the following format: file_prefix/universal unique ... Exported query ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-files.html
The files table is empty if no disk data objects have been created in NDB. See Section 25.6.11.1, “NDB Cluster Disk Data Objects”, for more information.
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-single-file-options.html
--backup-image=IMAGE See description of the option in Section 20.4, “Backup Repository Options” --src-entry=STRING Command-Line Format --src-entry=STRING Type Path name Identifies files or directories whose pathnames contain the STRING to be ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-include-files.html
NDB API applications require one or more of the following include files: Applications accessing NDB Cluster data using the NDB API must include the file NdbApi.hpp. Applications making use of the regular MySQL client API as well as the NDB API must ...
https://dev.mysql.com/doc/refman/8.4/en/glossary.html
ibdata file A set of files with names such as ibdata1, ibdata2, and so on, that make up the InnoDB system tablespace. If innodb_temp_data_file_path is not specified, the default behavior is to create a single auto-extending 12MB data file named ...C ...Instead of flushing all modified pages from the buffer pool to the data files at once, MySQL periodically flushes small sets of modified ...Experienced users can adjust the isolation level, trading off less ...