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.
Einstellungen für die Site-Sprache
Wenn Sie lieber mit der deutschen Version der Website fortfahren möchten, klicken Sie auf "Abbrechen". Wenn Sie abbrechen, wird diese Meldung während der Sitzung nicht mehr angezeigt.
You are on the German 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 Duits 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 haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.
Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 26/06/2006, zuletzt geändert 26/10/2018 Quelle des gedruckten Dokuments:https://www.gaudry.be/de/mysql-rf-charset-mysql.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden. Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.