Search Results
https://dev.mysql.com/doc/refman/8.4/en/reset-binary-logs-and-gtids.html
RESET BINARY LOGS AND GTIDS [TO binary_log_file_index_number] Warning Use this statement with caution to ensure you do not lose any wanted binary log file data and GTID execution history. For a server where binary logging is enabled (log_bin is ON), ... Note This statement takes the place of the old RESET MASTER statement, which is no longer ...
https://dev.mysql.com/doc/refman/8.4/en/replication-features-differing-tables.html
A column's default value is determined by a number of factors, including its type, whether it is defined with a DEFAULT option, whether it is declared as NULL, and the server SQL mode in effect at the time of its creation; for more information, see ... Source and target tables for replication do not have to be ...A table on the source ...
https://dev.mysql.com/doc/mysql-installer/en/preface.html
This document describes MySQL Installer, an application that simplifies the installation and updating process for a wide range of MySQL products, including MySQL Workbench and MySQL Shell. License Restrictions This software and related ...If you ...
https://dev.mysql.com/doc/refman/8.4/en/preface.html
This manual is not intended for use with older versions of the MySQL software due to the many functional and other differences between MySQL 8.4 and previous versions. License Restrictions This software and related documentation are provided under a ... This is the Reference Manual for the MySQL Database System, for the 8.4.6 LTS ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-preface.html
License Restrictions This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Warranty Disclaimer The information contained herein ... This is the User Manual for the MySQL Cluster Manager, version ...
https://dev.mysql.com/doc/c-api/8.4/en/preface.html
The C API provides low-level access to the MySQL client/server protocol and enables C programs to access database contents. The C API code is distributed with MySQL and implemented in the libmysqlclient library. License Restrictions This software ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-upgrade.html
checkTimeout Maximum time in seconds after which the current check should be interrupted and the next check started. If you are using replication please take time to understand how the authentication plugin changes may impact you. The upgrade ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-memory-per-fragment.html
Each variable-sized page is reorganized as needed to fit the changing size of variable-sized row parts as they are inserted, updated, and deleted; if a given row part grows too large for the page it is in, it can be moved to a different page. This ... memory_per_fragment Table: Notes memory_per_fragment Table: Examples The memory_per_fragment table provides information about the usage of memory by individual ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-summary-tables.html
Summary tables provide aggregated information for terminated events over time. Each summary table has grouping columns that determine how to group the data to be aggregated, and summary columns that contain the aggregated values. Tables that ...The ...
https://dev.mysql.com/doc/refman/8.4/en/where-optimization.html
The examples use SELECT statements, but the same optimizations apply for WHERE clauses in DELETE and UPDATE statements. Because MySQL does similar optimizations automatically, you can often avoid this work, and leave the query in a more ... This ...