Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/advanced.encrypted-binlog-relaylog.html
MySQL Enterprise Backup supports encrypted binary and relay logs, which are handled in a similar way as the encrypted InnoDB tables are (see Chapter 6, Working with Encrypted InnoDB Tablespaces for details). mysqlbackup then copies over from the ...
https://dev.mysql.com/doc/refman/8.4/en/replication-multi-source-adding-binlog-master.html
These steps assume that binary logging is enabled on the source (which is the default), the replica is using TABLE based replication applier metadata repositories (which is the default in MySQL 8.4), and that you have enabled a replication user and ...
MySQL 8.4 Reference Manual :: 19.2.1.3 Determination of Safe and Unsafe Statements in Binary Logging
https://dev.mysql.com/doc/refman/8.4/en/replication-rbr-safe-unsafe.html
The “safeness” of a statement in MySQL replication refers to whether the statement and its effects can be replicated correctly using statement-based format. If this is true of the statement, we refer to the statement as safe; otherwise, we ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-macos.html
The macOS installation binaries bundle OpenSSL, while the compressed tar archives do not and require that you install OpenSSL on your system before the installation process. macOS is based on the FreeBSD operating system, and you can normally use ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-unix.html
There are three methods available for installing Connector/ODBC on a Unix-like system from a binary distribution. For Linux systems, RPM distributions are available, through the MySQL Yum repository (for some platforms) or direct download.
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-macos.html
The macOS installation binaries bundle OpenSSL, while the compressed tar archives do not and require that you install OpenSSL on your system before the installation process. macOS is based on the FreeBSD operating system, and you can normally use ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-unix.html
There are three methods available for installing Connector/ODBC on a Unix-like system from a binary distribution. For Linux systems, RPM distributions are available, through the MySQL Yum repository (for some platforms) or direct download.
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-download.html
To download the latest MySQL Enterprise Edition for Linux x86-64 generic binary package, perform the following steps. If you already have the latest package, you can skip this procedure. On the Oracle Software Delivery Cloud page: Select Release ...
https://dev.mysql.com/doc/refman/8.4/en/binary-log-mysql-database.html
The contents of the grant tables in the mysql database can be modified directly (for example, with INSERT or DELETE) or indirectly (for example, with GRANT or CREATE USER). Statements that affect mysql database tables are written to the binary log ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-dump-load-binlogs.html
The binary log dump and load utilities provide similar features to the mysqlbinlog utility, enabling multi-threaded dumps of multiple binlogs at once, compression of the dumped data and support for remote storage.They enable you to apply changes ...