PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 296.5Kb
Man Pages (Zip)
- 401.9Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/checksum-table.html
[QUICK | EXTENDED] CHECKSUM TABLE reports a checksum for the contents of a table. If you run CHECKSUM TABLE against a view, the Checksum value is always NULL, and a warning is returned. For a nonexistent table, CHECKSUM TABLE returns NULL and ...You ...
https://dev.mysql.com/doc/refman/8.0/en/innochecksum.html
This tool reads an InnoDB tablespace file, calculates the checksum for each page, compares the calculated checksum to the stored checksum, and reports mismatches, which indicate damaged pages. Because checksum mismatches cause InnoDB to deliberately ...It was originally developed to speed up verifying the integrity of tablespace files after power outages but can also be used after file ...
https://dev.mysql.com/doc/refman/8.0/en/verifying-md5-checksum.html
After you have downloaded a MySQL package, you should make sure that its MD5 checksum matches the one provided on the MySQL download pages. Each package has an individual checksum that you can verify against the package that you downloaded. The ...
https://dev.mysql.com/doc/refman/8.0/en/replication-features-checksum-table.html
CHECKSUM TABLE returns a checksum that is calculated row by row, using a method that depends on the table row storage format. The storage format is not guaranteed to remain the same between MySQL versions, so the checksum value might change ...
https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html
innodb_checksum_algorithm Command-Line Format --innodb-checksum-algorithm=value System Variable innodb_checksum_algorithm Scope Global Dynamic Yes SET_VAR Hint Applies No Type Enumeration Default Value crc32 Valid Values ... InnoDB Startup Options ...
https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html
These are enabled using the two options listed here: --binlog-checksum={NONE|CRC32} Command-Line Format --binlog-checksum=type Type String Default Value CRC32 Valid Values NONECRC32 Enabling this option causes the source to write checksums for ...
https://dev.mysql.com/doc/refman/8.0/en/verifying-package-integrity.html
There are three means of integrity checking: MD5 checksums Cryptographic signatures using GnuPG, the GNU Privacy Guard For RPM packages, the built-in RPM integrity verification mechanism The following sections describe how to use these methods. If ... After downloading the MySQL package that suits your needs and before attempting to install it, make sure that it is intact and has not been tampered ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-shm-definition.html
Checksum: Indicates that a checksum is included in each signal sent through the transporter. Checksum Version (or later) NDB 8.0.13 Type or units boolean Default true Range true, false Restart Type Node Restart: Requires a rolling restart of the ...
https://dev.mysql.com/doc/refman/8.0/en/replication-options-reference.html
master_verify_checksum: Cause source to examine checksums when reading from binary log. replica_sql_verify_checksum: Cause replica to examine checksums when reading from relay log. slave-sql-verify-checksum: Cause replica to examine checksums when ... The following two sections provide basic information about the MySQL command-line options and system variables applicable to replication and the binary ...
https://dev.mysql.com/doc/refman/8.0/en/replication-options-replica.html
Examples: --slave-skip-errors=1062,1053 --slave-skip-errors=all --slave-skip-errors=ddl_exist_errors --slave-sql-verify-checksum={0|1} Command-Line Format --slave-sql-verify-checksum[={OFF|ON}] Type Boolean Default Value ON When this option is ...