https://dev.mysql.com/join.html
MySQL supports the following JOIN syntax for the table_references part of SELECT statements and multiple-table DELETE and UPDATE statements: table_references: escaped_table_reference [, escaped_table_reference] ... index_hint: USE {INDEX|KEY} [FOR ...
https://dev.mysql.com/keyring-system-variables.html
These variables are unavailable unless the appropriate keyring plugin is installed (see Section 6.4.4.1, “Keyring Plugin Installation”). keyring_aws_cmk_id Property Value Command-Line Format --keyring-aws-cmk-id=value Introduced 8.0.11 System ...
https://dev.mysql.com/ldap-pluggable-authentication.html
These LDAP entries are available in the directory managed by the LDAP server, to provide distinguished name values that uniquely identify each user: uid=betsy_ldap,ou=People,dc=example,dc=com uid=boris_ldap,ou=People,dc=example,dc=com CREATE USER ...
https://dev.mysql.com/limit-optimization.html
If you combine LIMIT row_count with DISTINCT, MySQL stops as soon as it finds row_count unique rows. If you need only a specified number of rows from a result set, use a LIMIT clause in the query, rather than fetching the whole result set and ...
https://dev.mysql.com/multiple-servers.html
Whether or not you use distinct server binaries, each instance that you run must be configured with unique values for several operating parameters. However, if you need to run multiple servers on a more permanent basis, it is more convenient to use ... In some cases, you might want to run multiple instances of MySQL on a single ...
https://dev.mysql.com/multiple-windows-command-line-servers.html
Each server that supports named-pipe connections must use a unique pipe name. Enable such connections by starting the server with the shared_memory system variable enabled and specify a unique shared-memory name for each server by setting the ...
https://dev.mysql.com/myisamchk-repair-options.html
--recover, -r Do a repair that can fix almost any problem except unique keys that are not unique (which is an extremely unlikely error with MyISAM tables). myisamchk supports the following options for table repair operations (operations performed ...
https://dev.mysql.com/myisamchk.html
The myisamchk utility gets information about your database tables or checks, repairs, or optimizes them. myisamchk works with MyISAM tables (tables that have .MYD and .MYI files for storing data and indexes). You can also use the CHECK TABLE and ...
https://dev.mysql.com/myisampack.html
When the table is used later, the server reads into memory the information needed to decompress columns. This results in much better performance when accessing individual rows, because you only have to uncompress exactly one row. MySQL uses mmap() ...
https://dev.mysql.com/mysql-cluster-api-definition.html
This value must be unique for each node in the cluster, regardless of the type of node. This value must be unique for each node in the cluster, regardless of the type of node. The [mysqld] and [api] sections in the config.ini file define the ...