PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 297.2Kb
Man Pages (Zip)
- 402.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/backup-methods.html
The binary log files provide you with the information you need to replicate changes to the database that are made subsequent to the point at which you performed a backup. This information is always needed to resume replication after you restore the ...Making a Hot Backup with MySQL Enterprise Backup Customers of MySQL Enterprise Edition can use the MySQL Enterprise Backup product to do physical backups of entire instances or selected databases, tables, or ...
https://dev.mysql.com/doc/refman/8.0/en/binary-log-transaction-compression.html
Binary log transaction compression is only applied for the row-based binary logging format. For more information on connection compression for replication connections, see Section 6.2.8, “Connection Compression Control”. For more information on ... Beginning with MySQL 8.0.20, you can enable binary log transaction compression on a MySQL server ...
https://dev.mysql.com/doc/refman/8.0/en/binlog-replication-configuration-overview.html
The information in the binary log is stored in different logging formats according to the database changes being recorded. In addition, each replica must be configured with information about the source's host name, log file name, and position within ... This section describes replication between MySQL servers based on the binary log file position method, where the MySQL instance operating as the source (where the database changes take place) writes updates and changes as “events” to the binary ...
https://dev.mysql.com/doc/refman/8.0/en/binlog.html
This statement can execute only format description events and row events. It is generated by the mysqlbinlog program as the printable representation of certain events in binary log files. (See Section 6.6.9, “mysqlbinlog — Utility for Processing ...
https://dev.mysql.com/doc/refman/8.0/en/cast-functions.html
For information about the differences between the binary collation of the binary character set and the _bin collations of nonbinary character sets, see Section 12.8.5, “The binary Collation Compared to _bin Collations”. For more information ...
https://dev.mysql.com/doc/refman/8.0/en/change-master-to.html
CHANGE MASTER TO causes the previous values for MASTER_HOST, MASTER_PORT, MASTER_LOG_FILE, and MASTER_LOG_POS to be written to the error log, along with other information about the replica's state prior to execution. For further restrictions and ...
https://dev.mysql.com/doc/refman/8.0/en/change-replication-source-to.html
CHANGE REPLICATION SOURCE TO causes the previous values for SOURCE_HOST, SOURCE_PORT, SOURCE_LOG_FILE, and SOURCE_LOG_POS to be written to the error log, along with other information about the replica's state prior to execution. For further ...] ...
https://dev.mysql.com/doc/refman/8.0/en/charset-configuration.html
To determine which collations are available for each character set, use the SHOW COLLATION statement or query the INFORMATION_SCHEMA COLLATIONS table. However, when character_set_system differs from character_set_server or character_set_client, and ... The MySQL server has a compiled-in default character set and ...
https://dev.mysql.com/doc/refman/8.0/en/charset-mysql.html
To display the available character sets, use the INFORMATION_SCHEMA CHARACTER_SETS table or the SHOW CHARACTER SET statement. For more complete information, see Section 12.10, “Supported Character Sets and Collations”. To list the display ...
https://dev.mysql.com/doc/refman/8.0/en/charset-unicode.html
For information about the Unicode Standard itself, visit the Unicode Consortium website. The UTF-8 (Unicode Transformation Format with 8-bit units) method for encoding Unicode data is implemented according to RFC 3629, which describes encoding ...