MySQL Character Set Variables : CHARSET « I18N « SQL / MySQL






MySQL Character Set Variables

    

Variable                         Interpretation
@@character_set_client           Client's character set
@@character_set_server           Server's default character set
@@character_set_connection       Character set for the connection between client and server
@@character_set_results          Character set for SELECT results
@@character_set_database         Default character set for the database

   
    
    
    
  








Related examples in the same category

1.Set DEFAULT CHARSET=latin1
2.The CHARSET() function identifies the character set used for a specified string
3.Get CHARSET
4.Get the charset and collation information
5.Optionally, you can specify a default character set and sort order:
6.Change the Character Set of All Text Columns
7.Changing the Character Set
8.Specifying the Character Set of a Character String (Cast Operator)
9.CREATE DATABASE statement specifies the character set and collation:
10.To change the character set to latin1 for the BookSales database, use the following ALTER DATABASE statement
11.CONVERT( USING )
12.Check the character set
13.Check the character set name and description
14.Character setting for char type column
15.CHARACTER SET utf8 for column definition
16.CHARACTER SET 'latin1', CHARACTER SET 'hp8'
17.Check the character set settings
18.Check the default character set name
19.Table with default chartset= latin1;
20.Set default character during table definition