PDF (US Ltr)
- 35.0Mb
PDF (A4)
- 35.1Mb
Man Pages (TGZ)
- 254.9Kb
Man Pages (Zip)
- 359.9Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/replication-features-memory.html
This generated event is identifiable by a comment in the binary log, and if GTIDs are in use on the server, it has a GTID assigned. When a replication source server shuts down and restarts, its MEMORY tables become empty. To replicate this effect ...
https://dev.mysql.com/doc/refman/5.7/en/replication-gtids-concepts.html
Client transactions are guaranteed to have monotonically increasing GTIDs without gaps between the generated numbers. A global transaction identifier (GTID) is a unique identifier created and associated with each transaction committed on the server ...
https://dev.mysql.com/doc/refman/5.7/en/replication-setup-replicas.html
If you are setting up a new replication environment using the data from a different existing database server to create a new source, run the dump file generated from that server on the new source. Before you proceed, ensure that you have: Configured ...
https://dev.mysql.com/doc/refman/5.7/en/reset-master.html
After verifying the setup, resetting the source and replica and ensuring that no unwanted data or binary log files generated by testing remain on source or replica, you can start the replica and begin replicating. RESET MASTER Warning Use this ...
https://dev.mysql.com/doc/refman/5.7/en/security-against-attack.html
To make FILE-privilege operations a bit safer, files generated with SELECT ... When you connect to a MySQL server, you should use a password. Password handling during the client connection sequence was upgraded in MySQL 4.1.1 to be very secure. If ...
https://dev.mysql.com/doc/refman/5.7/en/security-guidelines.html
That does not mean the combination needs to be a random string of characters that is difficult to remember and reproduce, although this is a good approach if you have, for example, password manager software that can generate and fill such passwords ... Anyone using MySQL on a computer connected to the Internet should read this section to avoid the most common security ...
https://dev.mysql.com/doc/refman/5.7/en/security-plugins.html
MySQL Enterprise Data Masking and De-Identification functions enable masking existing data using several methods such as obfuscation (removing identifying characteristics), generation of formatted random data, and data replacement or substitution.
https://dev.mysql.com/doc/refman/5.7/en/selinux-policies.html
man mysqld_selinux If SELinux manual pages are not available, refer to your distribution's SELinux documentation for information about how to generate manual pages using the sepolicy manpage utility. MySQL Server SELinux policy modules are ...
https://dev.mysql.com/doc/refman/5.7/en/show-relaylog-events.html
When using multiple replication channels, if a SHOW RELAYLOG EVENTS statement does not have a channel defined using a FOR CHANNEL channel clause an error is generated. SHOW RELAYLOG EVENTS [IN 'log_name'] [FROM pos] [LIMIT [offset,] row_count] ...
https://dev.mysql.com/doc/refman/5.7/en/source-installation-prerequisites.html
An SSL library is required for support of encrypted connections, entropy for random number generation, and other encryption-related operations. Some of these tools are needed no matter whether you use a standard source distribution or a development ...