Search Results
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-30.html
(WL #15159) Functionality Added or Changed Connector/NET collation support now aligns with the collations that were either renamed or newly added by the server starting with MySQL 8.0.30. Deprecation and Removal Notes Functionality Added or Changed ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-session.html
Since Version 3.1.8 characterEncoding Instructs the server to set session system variables 'character_set_client' and 'character_set_connection' to the default character set supported by MySQL for the specified Java character encoding and set ...
https://dev.mysql.com/doc/refman/9.7/en/charset-ce-sets.html
MySQL provides some support for character sets used in the Czech Republic, Slovakia, Hungary, Romania, Slovenia, Croatia, Poland, and Serbia (Latin).
https://dev.mysql.com/doc/refman/9.7/en/charset-cyrillic-sets.html
The Cyrillic character sets and collations are for use with Belarusian, Bulgarian, Russian, Ukrainian, and Serbian (Cyrillic) languages. cp1251 (Windows Cyrillic) collations: cp1251_bin cp1251_bulgarian_ci cp1251_general_ci (default) ...
https://dev.mysql.com/doc/refman/9.7/en/charset-unicode-utf8mb3.html
utf8mb3 can be used in CHARACTER SET clauses, and utf8mb3_collation_substring in COLLATE clauses, where collation_substring is bin, czech_ci, danish_ci, esperanto_ci, estonian_ci, and so forth. The utf8mb3 character set has these characteristics: ...
https://dev.mysql.com/doc/refman/9.7/en/flow-control-functions.html
For each of these functions, if the first argument contains only characters present in the character set and collation used by the second argument (and it is constant), the latter character set and collation is used to make the comparison. System ...
https://dev.mysql.com/doc/refman/9.7/en/fulltext-fine-tuning.html
Add a new collation for the character set used by the indexed columns, and alter the columns to use that collation. For general information about adding collations, see Section 12.14, “Adding a Collation to a Character Set”. For an example ...
https://dev.mysql.com/doc/refman/9.7/en/information-schema-introduction.html
MySQL uses the default collation for this character set (utf8mb3_general_ci) for all searches, sorts, comparisons, and other string operations on such columns. For more information, see Section 12.8.7, “Using Collation in INFORMATION_SCHEMA ...
https://dev.mysql.com/doc/refman/9.7/en/information-schema-optimization.html
Consider this statement, which identifies collations for the utf8mb4 character set: mysql> SELECT COLLATION_NAME FROM INFORMATION_SCHEMA.COLLATION_CHARACTER_SET_APPLICABILITY WHERE CHARACTER_SET_NAME = 'utf8mb4'; +----------------------------+ | ...
https://dev.mysql.com/doc/refman/9.7/en/srjsapi-column.html
See Chapter 12, Character Sets, Collations, Unicode, for more information about MySQL character sets and collations. getCollationName() Retrieves the name of the character set collation used by the column. See Chapter 12, Character Sets, Collations, ... The Column object represents the column metadata in a result ...