No cache version.


Caching disabled. Default setting for this page:enabled (code DEF204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher dans le manuel MySQL

Displaying 111 to 120 of 294 total results
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 ...
Displaying 111 to 120 of 294 total results

Find a PHP function

Document created the 26/06/2006, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/mysql-rf-fct-unique-p-12.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.

References

  1. View the html document Language of the document:en Manuel MySQL : https://dev.mysql.com/

These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.

Contents Haut