Search

Download this Manual
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


Displaying 1051 to 1060 of 1223 total results
https://dev.mysql.com/doc/refman/5.7/en/ipv6-server-config.html
This socket is bound to a single address, but it is possible for an address to map onto multiple network interfaces. The MySQL server listens on a single network socket for TCP/IP connections. To specify an address, set bind_address=addr at server ...
https://dev.mysql.com/doc/refman/5.7/en/ipv6-system-support.html
As a simple test to determine whether that is true, try this command: $> ping6 ::1 16 bytes from ::1, icmp_seq=0 hlim=64 time=0.171 ms 16 bytes from ::1, icmp_seq=1 hlim=64 time=0.077 ms ... Before MySQL Server can accept IPv6 connections, the ...
https://dev.mysql.com/doc/refman/5.7/en/key-cache-block-size.html
This permits tuning of the performance of I/O operations for index files. It is possible to specify the size of the block buffers for an individual key cache using the key_cache_block_size variable. The best performance for I/O operations is ...
https://dev.mysql.com/doc/refman/5.7/en/keyring-encrypted-file-plugin.html
Note The keyring_encrypted_file plugin is an extension included in MySQL Enterprise Edition, a commercial product. The keyring_encrypted_file keyring plugin stores keyring data in an encrypted, password-protected file local to the server host.
https://dev.mysql.com/doc/refman/5.7/en/language-structure.html
This chapter discusses the rules for writing the following elements of SQL statements when using MySQL: Literal values such as strings and numbers Identifiers such as database, table, and column names Keywords and reserved words User-defined and ...
https://dev.mysql.com/doc/refman/5.7/en/leave.html
LEAVE label This statement is used to exit the flow control construct that has the given label. If the label is for the outermost stored program block, LEAVE exits the program.
https://dev.mysql.com/doc/refman/5.7/en/linux-installation-docker.html
This section explains how to use a MySQL Server Docker image. The Docker deployment framework supports easy installation and configuration of MySQL Server. You need to have Docker installed on your system before you can use a MySQL Server Docker ...
https://dev.mysql.com/doc/refman/5.7/en/literals.html
This section describes how to write literal values in MySQL. These include strings, numbers, hexadecimal and bit values, boolean values, and NULL. The section also covers various nuances that you may encounter when dealing with these basic types in ...
https://dev.mysql.com/doc/refman/5.7/en/load-index.html
tbl_index_list: tbl_name [PARTITION (partition_list)] [{INDEX|KEY} (index_name[, index_name] ...)] [IGNORE LEAVES] partition_list: { partition_name[, partition_name] ... | ALL } The LOAD INDEX INTO CACHE statement preloads a table index into the key ...
https://dev.mysql.com/doc/refman/5.7/en/locking-issues.html
This type of locking is internal because it is performed entirely by the server and involves no other programs. MySQL manages contention for table contents using locking: Internal locking is performed within the MySQL server itself to manage ...
Displaying 1051 to 1060 of 1223 total results