Search

Download this Manual
PDF (US Ltr) - 35.1Mb
PDF (A4) - 35.2Mb
Man Pages (TGZ) - 256.4Kb
Man Pages (Zip) - 361.3Kb
Info (Gzip) - 3.4Mb
Info (Zip) - 3.4Mb


Displaying 391 to 400 of 507 total results
https://dev.mysql.com/doc/refman/5.7/en/firewall-usage.html
For more information about normalization and digests, see Section 25.10, “Performance Schema Statement Digests”. Before using MySQL Enterprise Firewall, install it according to the instructions provided in Section 6.4.6.2, “Installing or ...
https://dev.mysql.com/doc/refman/5.7/en/flush.html
FLUSH HOSTS Empties the host cache and the Performance Schema host_cache table that exposes the cache contents, and unblocks any blocked hosts. Note The statement TRUNCATE TABLE performance_schema.host_cache, unlike FLUSH HOSTS, is not written to ...
https://dev.mysql.com/doc/refman/5.7/en/fulltext-search-mecab.html
The built-in MySQL full-text parser uses the white space between words as a delimiter to determine where words begin and end, which is a limitation when working with ideographic languages that do not use word delimiters. To address this limitation ...
https://dev.mysql.com/doc/refman/5.7/en/fulltext-search-ngram.html
The following example demonstrates creating a table with an ngram FULLTEXT index, inserting sample data (Simplified Chinese text), and viewing tokenized data in the Information Schema INNODB_FT_INDEX_CACHE table. The built-in MySQL full-text parser ...
https://dev.mysql.com/doc/refman/5.7/en/grant.html
For string-quoting and identifier-quoting guidelines, see Section 9.1.1, “String Literals”, and Section 9.2, “Schema Object Names”. [REQUIRE {NONE | tls_option [[AND] tls_option] ...}] [WITH {GRANT OPTION | resource_option} ...] GRANT PROXY ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-deploying-in-single-primary-mode.html
Figure 17.4 Group Architecture This tutorial explains how to get and deploy MySQL Server with the Group Replication plugin, how to configure each server instance before creating a group, and how to use Performance Schema monitoring to verify that ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-failure-detection.html
If a member does not receive messages from another member for 5 seconds, it suspects that the member has failed, and lists the status of that member as UNREACHABLE in its own Performance Schema table replication_group_members. Group Replication’s ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-plugin-architecture.html
It integrates with current MySQL frameworks, such as the performance schema or plugin and service infrastructures. MySQL Group Replication is a MySQL plugin and it builds on the existing MySQL replication infrastructure, taking advantage of ...
https://dev.mysql.com/doc/refman/5.7/en/index-hints.html
To see the index names for a table, use the SHOW INDEX statement or the Information Schema STATISTICS table. Index hints give the optimizer information about how to choose indexes during query processing. Index hints, described here, differ from ...
https://dev.mysql.com/doc/refman/5.7/en/innodb-backup.html
The key to safe database management is making regular backups. Hot and cold backups are physical backups that copy actual data files, which can be used directly by the mysqld server for faster restore. Using MySQL Enterprise Backup is the ...
Displaying 391 to 400 of 507 total results