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.
Taalinstellingen van de site
Als u liever doorgaat op de Nederlandse versie van de site, klik dan op "Annuleren". Als je annuleert, zal dit bericht niet meer verschijnen tijdens de sessie.
You are on the Dutch 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.
Sie befinden sich in der Holländisch 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.
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.
Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 26/06/2006 gemaakt, de laatste keer de 26/10/2018 gewijzigd Bron van het afgedrukte document:https://www.gaudry.be/nl/mysql-rf-charset-mysql.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina. De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.