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/updating-apt-repo.html
On Debian and Ubuntu platforms, to perform an in-place upgrade of MySQL and its components, use the MySQL APT repository. See Upgrading MySQL with the MySQL APT Repository in A Quick Guide to Using the MySQL APT Repository.
https://dev.mysql.com/doc/refman/8.0/en/updating-sles-repo.html
On the SUSE Linux Enterprise Server (SLES) platform, to perform an in-place upgrade of MySQL and its components, use the MySQL SLES repository. See Upgrading MySQL with the MySQL SLES Repository in A Quick Guide to Using the MySQL SLES Repository.
https://dev.mysql.com/doc/refman/8.0/en/fips-mode.html
MySQL supports FIPS mode when a supported OpenSSL library and FIPS Object Module are available on the host system. FIPS mode on the server side applies to cryptographic operations performed by the server. FIPS mode also applies to attempts by ...
https://dev.mysql.com/doc/refman/8.0/en/server-options.html
mysqld_safe reads options from the [mysqld], [server], [mysqld_safe], and [safe_mysqld] groups. For more precise control over the server SQL mode, use the --sql-mode option instead. See Section 1.6, “MySQL Standards Compliance”, and Section ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbd-definition.html
BackupDataDir Version (or later) NDB 8.0.13 Type or units path Default FileSystemPath Range ... For example, if you set the value of BackupDataDir to /var/lib/cluster-data, then all backups are stored under /var/lib/cluster-data/BACKUP. In setting ... The [ndbd] and [ndbd default] sections are used to configure the behavior of the cluster's data ...
https://dev.mysql.com/doc/refman/8.0/en/replication-solutions-backups-read-only.html
Note The instructions in this section place the server to be backed up in a state that is safe for backup methods that get the data from the server, such as mysqldump (see Section 6.5.4, “mysqldump — A Database Backup Program”). This server is ...You should not attempt to use these instructions to make a binary backup by copying files directly because the server may still have modified data cached in memory and not flushed to ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-multi-primary-mode.html
In multi-primary mode (group_replication_single_primary_mode=OFF) no member has a special role. Any member that is compatible with the other group members is set to read/write mode when joining the group, and can process write transactions, even if ...Group Replication does not handle client-side failover itself, so you need to arrange this using a middleware framework such as MySQL Router 8.0, a proxy, a connector, or the application ...
https://dev.mysql.com/doc/refman/8.0/en/mysqlbinlog.html
--idempotent Command-Line Format --idempotent Type Boolean Default Value true Tell the MySQL Server to use idempotent mode while processing updates; this causes suppression of any duplicate-key or key-not-found errors that the server encounters in ...mysqlbinlog sets the value of pseudo_replica_mode or pseudo_slave_mode to true before executing any SQL ... The ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-what-is-new.html
Beginning with this release, MySQL NDB Cluster is being developed in parallel with the standard MySQL 8.0 server under a new unified release model with the following features: NDB 8.0 is developed in, built from, and released with the MySQL 8.0 ...
https://dev.mysql.com/doc/refman/8.0/en/connection-options.html
--ssl-fips-mode={OFF|ON|STRICT} Command-Line Format --ssl-fips-mode={OFF|ON|STRICT} Deprecated 8.0.34 Type Enumeration Default Value OFF Valid Values OFFONSTRICT Controls whether to enable FIPS mode on the client side. The --ssl-fips-mode option ...