Search

Download this Manual
PDF (US Ltr) - 41.9Mb
PDF (A4) - 42.0Mb
Man Pages (TGZ) - 272.3Kb
Man Pages (Zip) - 378.3Kb
Info (Gzip) - 4.2Mb
Info (Zip) - 4.2Mb


Displaying 21 to 30 of 585 total results
https://dev.mysql.com/doc/refman/9.7/en/connection-compression-control.html
Compressed connections originate on the client side but affect CPU load on both the client and server sides because both sides perform compression and decompression operations. For successful connection setup, both sides of the connection must agree ... Connections to the server can use compression on the traffic between client and server to reduce the number of bytes sent over the ...
https://dev.mysql.com/doc/refman/9.7/en/data-masking-policy-usage.html
Types are considered compatible if one of these conditions is met: Both are integer types. Both have the same enum_field_type, as returned by Item::data_type(), and are not integer, string, DECIMAL, or REAL types. Dynamic data masking enables you ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-replication-schema.html
ndb_apply_status Table ndb_binlog_index Table ndb_replication Table Replication in NDB Cluster makes use of a number of dedicated tables in the mysql database on each MySQL Server instance acting as an SQL node in both the cluster being replicated ...This is true regardless of whether the replica is a single server or a ...
https://dev.mysql.com/doc/refman/9.7/en/alter-user.html
(As a result, josh can connect with either the primary or secondary password.) The remaining properties apply globally to all accounts named in the statement, so for both accounts: Connections are required to use SSL. ALTER USER Authentication ...
https://dev.mysql.com/doc/refman/9.7/en/create-table.html
Both ON DELETE and ON UPDATE actions on foreign keys are supported. You are advised to use foreign keys that reference only keys that are both UNIQUE (or PRIMARY) and NOT NULL. When creating MyISAM tables, you can use the DATA DIRECTORY='directory' ...| {FULLTEXT | SPATIAL} [INDEX | KEY] [index_name] (key_part,...) [index_option] ...
https://dev.mysql.com/doc/refman/9.7/en/innodb-compression-internals.html
This compression algorithm is mature, robust, and efficient in both CPU utilization and in reduction of data size. Unlike compression performed by an application, or compression features of some other database management systems, InnoDB compression ... This section describes some internal implementation details about compression for InnoDB ...
https://dev.mysql.com/doc/refman/9.7/en/ldap-pluggable-authentication.html
On Microsoft Windows platforms, both the server plugin and the client plugin are supported for SASL-based LDAP authentication. On other platforms, both the server and client plugins are supported. Short-duration timeouts that supersede a host ...
https://dev.mysql.com/doc/refman/9.7/en/partitioning-limitations-partitioning-keys-unique-keys.html
However, you can add a unique key that uses both c1 and c2. This section discusses the relationship of partitioning keys with primary keys and unique keys. The rule governing this relationship can be expressed as follows: All columns used in the ...
https://dev.mysql.com/doc/refman/9.7/en/password-management.html
Reuse restrictions can be established based on number of password changes, time elapsed, or both. The examples use ALTER USER, which is preferred over SET PASSWORD, but the principles described here are the same for both statements. Failed-login ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-reference.html
If an audit_log_read() argument includes either item, it must include both to completely specify a position or an error occurs. If a hash argument includes both a start item and a bookmark, an error occurs. If both audit_log_max_size and ...
Displaying 21 to 30 of 585 total results