By default, the SHOW CHARACTER SET
statement displays all available character sets. It takes an
optional LIKE or
WHERE clause that indicates which character set
names to match. The following example shows some of the Unicode
character sets (those based on Unicode Transformation Format):
A given character set always has at least one collation, and most
character sets have several. To list the display collations for a
character set, use the INFORMATION_SCHEMACOLLATIONS table or the
SHOW COLLATION statement.
By default, the SHOW COLLATION
statement displays all available collations. It takes an optional
LIKE or WHERE
clause that indicates which collation names to display. For
example, to see the collations for the default character set,
utf8mb4, use this statement:
Two different character sets cannot have the same collation.
Each character set has a default
collation. For example, the default collations for
utf8mb4 and latin1 are
utf8mb4_0900_ai_ci and
latin1_swedish_ci, respectively. The
INFORMATION_SCHEMACHARACTER_SETS table and the
SHOW CHARACTER SET statement
indicate the default collation for each character set. The
INFORMATION_SCHEMACOLLATIONS table and the
SHOW COLLATION statement have a
column that indicates for each collation whether it is the
default for its character set (Yes if so,
empty if not).
Collation names start with the name of the character set with
which they are associated, generally followed by one or more
suffixes indicating other collation characteristics. For
additional information about naming conventions, see
Section 10.3.1, “Collation Naming Conventions”.
When a character set has multiple collations, it might not be
clear which collation is most suitable for a given application. To
avoid choosing an inappropriate collation, perform some
comparisons with representative data values to make sure that a
given collation sorts values the way you expect.
Traduction non disponible
Le manuel MySQL n'est pas encore traduit en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Paramètres de langue du site
Si vous préférez continuer sur le site en français, cliquez sur "Annuler". Si vous annulez, ce message n'apparaîtra plus durant la session.
You are on the French version of the site, but your system indicates that you prefer to use the English language. The entire site is not translated yet, but the menus and buttons on the interface are largely translated.
U bevindt zich op de Franse versie van de site, maar uw systeem geeft aan dat u liever de Nederlandse taal gebruikt. De hele site is nog niet vertaald, maar de menu's en knoppen op de interface zijn grotendeels vertaald.
Sie befinden sich in der französischen Version der Website, Ihr System gibt jedoch an, dass Sie die deutsche Sprache bevorzugen. Die gesamte Site ist noch nicht übersetzt, aber die Menüs und Schaltflächen auf der Benutzeroberfläche sind weitgehend übersetzt.
Document créé le 26/06/2006, dernière modification le 26/10/2018 Source du document imprimé : https://www.gaudry.be/mysql-rf-charset-mysql.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page. L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.