Search

Download this Manual
PDF (US Ltr) - 43.3Mb
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 121 to 130 of 199 total results
https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-remote.html
The donor and recipient must have the same MySQL server character set and collation. For information about MySQL server character set and collation configuration, see Section 12.15, “Character Set Configuration”. The clone plugin supports the ...
https://dev.mysql.com/doc/refman/8.0/en/create-table-ndb-comment-options.html
It does not indicate the number of characters, which varies according to the character set and collation used by the column. NDB_COLUMN Options NDB_TABLE Options It is possible to set a number of options specific to NDB Cluster in the table comment ...
https://dev.mysql.com/doc/refman/8.0/en/data-dictionary-object-cache.html
collation definition cache partition: Stores collation definition objects and has a hardcoded object limit of 256. The dictionary object cache is a shared global cache that stores previously accessed data dictionary objects in memory to enable ...
https://dev.mysql.com/doc/refman/8.0/en/docker-mysql-more-topics.html
For example: docker run --name mysql1 -d container-registry.oracle.com/mysql/community-server:tag --character-set-server=utf8mb4 --collation-server=utf8mb4_col The command starts the MySQL Server with utf8mb4 as the default character set and ...A ...
https://dev.mysql.com/doc/refman/8.0/en/encryption-functions.html
Their return value is a string that has a character set and collation determined by the character_set_connection and collation_connection system variables. Storing the string also results in slower comparisons because of the larger values and the ...
https://dev.mysql.com/doc/refman/8.0/en/enum.html
Note that ENUM columns can be assigned a character set and collation. For binary or case-sensitive collations, lettercase is taken into account when assigning values to the column. An ENUM is a string object with a value chosen from a list of ...
https://dev.mysql.com/doc/refman/8.0/en/features.html
Sorting and comparisons are done according to the default character set and collation. It is possible to change this when the MySQL server is started (see Section 12.3.2, “Server Character Set and Collation”). This section describes some of the ...
https://dev.mysql.com/doc/refman/8.0/en/fulltext-natural-language.html
To perform a case-sensitive full-text search, use a case-sensitive or binary collation for the indexed columns. For example, a column that uses the utf8mb4 character set of can be assigned a collation of utf8mb4_0900_as_cs or utf8mb4_bin to make it ... By default or with the IN NATURAL LANGUAGE MODE modifier, the MATCH() function performs a natural language search for a string against a text ...
https://dev.mysql.com/doc/refman/8.0/en/identifier-case-sensitivity.html
Object names may be considered duplicates if their uppercase forms are equal according to a binary collation. For more information, see Section 12.8.7, “Using Collation in INFORMATION_SCHEMA Searches”. In MySQL, databases correspond to ...
https://dev.mysql.com/doc/refman/8.0/en/import-table.html
Any collation IDs stored in the .sdi file must refer to the same collations on the export and import servers. The IMPORT TABLE statement imports MyISAM tables based on information contained in .sdi (serialized dictionary information) metadata files.
Displaying 121 to 130 of 199 total results