DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) character-sets-table

Info Catalog (mysql.info) column-privileges-table (mysql.info) information-schema (mysql.info) collations-table
 
 20.9 The `INFORMATION_SCHEMA CHARACTER_SETS' Table
 ==================================================
 
 The `CHARACTER_SETS' table provides information about available
 character sets.
 
 *`INFORMATION_SCHEMA' Name*   *`SHOW' Name*          *Remarks*
 `CHARACTER_SET_NAME'          `Charset'              
 `DEFAULT_COLLATE_NAME'        `Default collation'    
 `DESCRIPION'                  `Description'          MySQL extension
 `MAXLEN'                      `Maxlen'               MySQL extension
 
 The following statements are equivalent:
 
      SELECT * FROM INFORMATION_SCHEMA.CHARACTER_SETS
        [WHERE name LIKE 'WILD']
 
      SHOW CHARACTER SET
        [LIKE 'WILD']
 
Info Catalog (mysql.info) column-privileges-table (mysql.info) information-schema (mysql.info) collations-table
automatically generated byinfo2html