Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/bugs.backup.html
If autocommit is turned off, and both InnoDB tables and non-transactional tables are modified within the same transaction, data can be written to the non-transactional table before the binary log position is updated. Instead, just specify --use-tts ... Please refer to the MySQL Enterprise Backup 8.4 Release Notes for a list of fixed bugs for ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-conf-options.html
Router can listen to both TCP sockets and Unix sockets simultaneously. For example, the following [routing] configuration example is valid and configures Router to listen for connections on both localhost:1234 and /tmp/mysqlrouter.sock: ... When ...
https://dev.mysql.com/doc/workbench/en/wb-migration-overview-steps.html
Figure 10.4 MySQL Workbench migration: Target selection Fetch Schemas List The Schemas list is retrieved from both the source and target RDBMS (see the figure that follows). This is an automated and informational step that reports related errors, ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-functionality-catalog-schema.html
In ODBC both schemas and catalogs can be used when referring to database objects such as tables. The expectation on how to interpret these schema and catalog notions differs between developers, which is why both the NO_CATALOG and NO_SCHEMA options ... Many relational databases reference CATALOG and SCHEMA in ways that do not directly correspond to what MySQL refers to as a ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-functionality-catalog-schema.html
In ODBC both schemas and catalogs can be used when referring to database objects such as tables. The expectation on how to interpret these schema and catalog notions differs between developers, which is why both the NO_CATALOG and NO_SCHEMA options ... Many relational databases reference CATALOG and SCHEMA in ways that do not directly correspond to what MySQL refers to as a ...
https://dev.mysql.com/doc/internals/en/files-in-innodb-sources.html
Third: InnoDB and Oracle both have short (back-to-statement-start) versioning for the READ COMMITTED isolation level and long (back-to-transaction-start) versioning for higher levels — but InnoDB and Oracle have different "default" isolation ...
https://dev.mysql.com/doc/ndbapi/en/ndb-dictionary.html
Both the constructor and destructor for this class are protected methods, rather than public. This method drops all foreign key constraints on the table that is being dropped, whether the dropped table acts as a parent table, child table, or both.
https://dev.mysql.com/doc/mysql-monitor/8.0/en/security-advisors-ref.html
passwords must be at least 8 characters long, have both lowercase and uppercase letters, contain at least one special non-alphanumeric character, and do not match commonly-used words). passwords must be at least 8 characters long, have both ...Note ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-auto-parallel-load-syntax.html
MySQL 9.0.0 adds support for Lakehouse Incremental Load with the refresh_external_tables option, see: Section 4.3.13.2, “Refresh Data Using Incremental Load”. This adds an include list to exactly specify the tables and columns to load for a set ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-table-syntax-sql.html
If HEADER and IGNORE are both specified, Lakehouse first skips the number of rows, and then uses the next row as the header row. You create an external table and set empty strings for both the escape character and quotation character. If HEADER and ... As of MySQL 9.4.0, you can set external table options using SQL ...